Skip to main content
A newer version of this page is available. .

DXValidationProvider.ValidationFailed Event

Allows you to perform actions when a control’s validation fails.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event ValidationFailedEventHandler ValidationFailed

Event Data

The ValidationFailed event's data class is DevExpress.XtraEditors.DXErrorProvider.ValidationFailedEventArgs.

Remarks

The event’s parameters allow you to identify the control which fails data validation, and get the error information.

See Also