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

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

Declaration

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

Event Data

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

See Also