Click or drag to resize

BaseViewModel Events

The BaseViewModel type exposes the following members.

Events
  NameDescription
Public eventErrorsChanged
Occurs when the validation errors have changed for a property or for the entire entity.
Public eventPropertyChanged
Event fired whenever a child property changes its value.
Public eventPropertyValueChanged
PropertyChanged implementation that sends old value and new value of the change and raises the INotifyPropertyChanged event.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md