Skip to main content
.NET Framework 4.6.2+

CustomizeApplicationRuntimeRulesEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v24.2.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