RuleValidatedEventArgs Class
Arguments passed to the RuleSet.RuleValidated event.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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