ModelDataErrorErrorsChanged Event

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

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public event EventHandler<DataErrorsChangedEventArgs> ErrorsChanged

Value

EventHandlerDataErrorsChangedEventArgs

Implements

INotifyDataErrorInfoErrorsChanged

See Also