ValidationModule Events
The module contained in the DevExpress.ExpressApp.Validation.v25.1.dll assembly.| Name | Description |
|---|---|
| CustomInitializeRuleSet | Replaces the default InitializeRuleSet() implementation with custom logic. |
| CustomizeApplicationRuntimeRules | Occurs when the ValidationModule.InitializeRuleSet method is invoked. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| RuleSetInitialized |
Occurs after the RuleSet object assigned to the DevExpress.Persistent.Validation.Validator.RuleSet property has been initialized via the ValidationModule.InitializeRuleSet method.
|
See Also