Skip to main content

DXValidationProvider.ValidationFailed Event

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

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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