Event ErrorsChanged
Occurs when the validation errors have changed for this control or its child controls.
public event EventHandler<DataErrorsChangedEventArgs>? ErrorsChanged
Returns
- EventHandler<DataErrorsChangedEventArgs>
- Occurs when the validation errors have changed for this control or its child controls.
- Implements