Back to Devexpress

ValidationModule Events

expressappframework-devexpress-dot-expressapp-dot-validation-dot-validationmodule-dot-underscore-events.md

latest1.9 KB
Original Source

ValidationModule Events

The module contained in the DevExpress.ExpressApp.Validation.v25.2.dll assembly.

NameDescription
CustomInitializeRuleSetReplaces the default InitializeRuleSet() implementation with custom logic.
CustomizeApplicationRuntimeRulesOccurs when the ValidationModule.InitializeRuleSet method is invoked.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
RuleSetInitializedOccurs after the RuleSet object assigned to the DevExpress.Persistent.Validation.Validator.RuleSet property has been initialized via the ValidationModule.InitializeRuleSet method.

See Also

ValidationModule Class

ValidationModule Members

DevExpress.ExpressApp.Validation Namespace