Click or drag to resize

BaseViewModel.ErrorsChanged Event

Occurs when the validation errors have changed for a property or for the entire entity.

Namespace:  BionicCode.Utilities.Net.Standard.ViewModel
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged

Value

Type: System.EventHandler<DataErrorsChangedEventArgs>

Implements

INotifyDataErrorInfo.ErrorsChanged
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md