BaseViewModel Events |
The BaseViewModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | ErrorsChanged | Occurs when the validation errors have changed for a property or for the entire entity. |
![]() | PropertyChanged |
Event fired whenever a child property changes its value.
|
![]() | PropertyValueChanged |
PropertyChanged implementation that sends old value and new value of the change and raises the INotifyPropertyChanged event.
|