I'm working with verification engine(Silverlight). All is great when I bind and do field validations. I get red borders, etc.
Now I need to create couple of entity-level validations and some of the OkWarn type of validations. I want to subscribe to ErrorsChanged event programmatically but got stuck. Can't find it. It should be on Entity, but I don't see it. I see PropertyChanged but not ErrorChanged.
Basically, I want to plug in into verification engine and get notified when there is changes so I can update UI
For example, when my ViewModel created I want to subscribe to ErrorChanged of Entity bound on this ViewModel. Then, when I get event I will populate list of errors and bind on my UI
Edited by katit - 05-Jul-2012 at 8:43pm