Skip to main content
.NET 6.0+

ValidationModule Events

The module contained in the DevExpress.ExpressApp.Validation.v23.2.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 Validator.RuleSet property has been initialized via the ValidationModule.InitializeRuleSet method.
See Also