Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ValidationSucceededEventHandler ValidationSucceeded

Event Data

The ValidationSucceeded event's data class is DevExpress.XtraEditors.DXErrorProvider.ValidationSucceededEventArgs.

See Also