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

ValidationCompletedEventArgs Class

Arguments passed to the RuleSet.ValidationCompleted event.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.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