Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
2.09/5 (4 votes)
See more:
I have a control that inherits from TextBox with a DependencyProperty called Item that is bound to a property in the ViewModel that implements IDataErrorInfo. Every time the user presses a key in the Text the value creates a new instance of this object (which should trigger the error checking)which includes an IsValid property. Right now the IDataErrorInfo is not being triggered in the ViewModel.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900