Skip to main content
.NET 6.0+

CustomizeApplicationRuntimeRulesEventArgs Class

Namespace: DevExpress.ExpressApp.Validation

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