Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValidationCompletedEventArgs Class

Arguments passed to the RuleSet.ValidationCompleted event.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

public class ValidationCompletedEventArgs :
    HandledEventArgs

Remarks

The RuleSet.ValidationCompleted event occurs after the validation of the whole RuleSet if finished.

Inheritance

Object
EventArgs
HandledEventArgs
ValidationCompletedEventArgs
See Also