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

CustomizeApplicationRuntimeRulesEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v19.1.dll

Declaration

public class CustomizeApplicationRuntimeRulesEventArgs :
    CustomizeRulesEventArgs

Remarks

The CustomizeApplicationRuntimeRules occurs when the ValidationModule.InitializeRuleSet method is invoked. Handle this event to create validation rules at run time.

Inheritance

Object
EventArgs
CustomizeRulesEventArgs
CustomizeApplicationRuntimeRulesEventArgs
See Also