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

RuleValidatedEventArgs Class

Arguments passed to the RuleSet.RuleValidated event.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public class RuleValidatedEventArgs :
    HandledEventArgs

Remarks

The RuleSet.RuleValidated event occurs after the RuleSet.Validate method is executed. Handle this event to perform specific actions after the validation of each rule is complete.

Inheritance

Object
EventArgs
HandledEventArgs
RuleValidatedEventArgs
See Also