Skip to main content

CustomizeApplicationRuntimeRulesEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Validation

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