RuleSetInitializedEventArgs Class
Arguments passed to the ValidationModule.RuleSetInitialized event.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Remarks
The RuleSetInitialized
event occurs after the DevExpress.Persistent.Validation.Validator.RuleSet
has been initialized by the ValidationModule.InitializeRuleSet method. Handle this event to subscribe to the RuleSet object’s events such as the RuleSet.CustomValidateRule event.
See Also