Event ErrorsChanged
Occurs when the validation errors have changed for a property or for the entire entity.
public event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged
Returns
- EventHandler<DataErrorsChangedEventArgs>
- Occurs when the validation errors have changed for a property or for the entire entity.
- Implements