All Tags »
Validation OnPropertyChanged PropertyChangedEventHandler
Sorry, but there are no more tags available to filter with.
-
Why INotifyPropertyChanged is not implemented directly in your esEntity class? If your expose e protected method like PropertyHasChanged you can include inside some overridable method for vaildation purpose. This could be useful for who want to implement a validation system. This is my idea:
Code:[NonSerialized()]
private ...