DXValidationProvider.ValidationSucceeded Event
Occurs after the validation was successfully passed and allows you to perform certain post-validation actions.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Event Data
The ValidationSucceeded event's data class is DevExpress.XtraEditors.DXErrorProvider.ValidationSucceededEventArgs.
See Also