Back to Devexpress

CustomizeApplicationRuntimeRulesEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-validation-249ee8e6.md

latest2.1 KB
Original Source

CustomizeApplicationRuntimeRulesEventArgs Class

Arguments passed to the ValidationModule.CustomizeApplicationRuntimeRules event.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public class CustomizeApplicationRuntimeRulesEventArgs :
    CustomizeRulesEventArgs
vb
Public Class CustomizeApplicationRuntimeRulesEventArgs
    Inherits CustomizeRulesEventArgs

CustomizeApplicationRuntimeRulesEventArgs is the data class for the following events:

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

CustomizeApplicationRuntimeRulesEventArgs Members

DevExpress.ExpressApp.Validation Namespace