Back to Devexpress

RuleSetInitializedEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-validation-c3fc4032.md

latest2.0 KB
Original Source

RuleSetInitializedEventArgs Class

Arguments passed to the ValidationModule.RuleSetInitialized event.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

csharp
public class RuleSetInitializedEventArgs :
    EventArgs
vb
Public Class RuleSetInitializedEventArgs
    Inherits EventArgs

RuleSetInitializedEventArgs is the data class for the following events:

Remarks

The RuleSetInitialized event occurs after the DevExpress.Persistent.Validation.Validator.RuleSet has been initialized by the ValidationModule.InitializeRuleSet method. Handle this event to subscribe to the RuleSet object’s events such as the RuleSet.CustomValidateRule event.

Inheritance

Object EventArgs RuleSetInitializedEventArgs

See Also

RuleSetInitializedEventArgs Members

DevExpress.ExpressApp.Validation Namespace