Table of Contents

Event ErrorsChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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