ValidationModule.RuleSetInitialized Event
Occurs after the RuleSet object assigned to the DevExpress.Persistent.Validation.Validator.RuleSet property has been initialized via the ValidationModule.InitializeRuleSet method.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Validation
Declaration
Event Data
The RuleSetInitialized event's data class is RuleSetInitializedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| RuleSet | Specifies the Validation Rules declared in an application. |
Remarks
Handle this event to subscribe to the RuleSet object’s events, such as the RuleSet.CustomValidateRule event.
See Also