IViewModel Events |
The IViewModel type exposes the following members.
Name | Description | |
---|---|---|
ErrorsChanged | Occurs when the validation errors have changed for a property or for the entire entity. (Inherited from INotifyDataErrorInfo.) | |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | |
PropertyValueChanged |
PropertyChanged implementation that sends old value and new value of the change and raises the INotifyPropertyChanged event.
|