Skip to main content
A newer version of this page is available. .

ValidationModule Events

The module contained in the DevExpress.ExpressApp.Validation.v19.1.dll assembly.
Name Description
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