A newer version of this page is available.
Switch to the current version.
RuleValidatedEventArgs Class
Arguments passed to the RuleSet.RuleValidated event.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v18.2.dll
Declaration
public class RuleValidatedEventArgs :
HandledEventArgs
Public Class RuleValidatedEventArgs
Inherits 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
Feedback