DXValidationProvider.ValidationFailed Event
Allows you to perform actions when a control’s validation fails.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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