↧
Int32EditBox cannot apply UpdateSourceTrigger
<editors: Int32EditBox Value="{Binding MyValue, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" /> When I enter a number in the Int32EditBox and specify PropertyChanged, it does not take...
View ArticleRe: Int32EditBox cannot apply UpdateSourceTrigger
Hi Chris, Yes please see this topic as it points you to the CommitTriggers property, which is what you'd set to control updates to the Value property.
View Article