Skip to main content
.NET 6.0+

ValidationCompletedEventArgs Class

Arguments passed to the RuleSet.ValidationCompleted event.

Namespace: DevExpress.Persistent.Validation

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