Skip to main content
.NET 6.0+

RuleSetInitializedEventArgs Class

Arguments passed to the ValidationModule.RuleSetInitialized event.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public class RuleSetInitializedEventArgs :
    EventArgs

Remarks

The RuleSetInitialized event occurs after the Validator.RuleSet has been initialized via 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