Skip to main content
.NET 6.0+

RuleSetInitializedEventArgs(RuleSet) Constructor

Creates a new instance of the RuleSetInitializedEventArgs.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public RuleSetInitializedEventArgs(
    RuleSet ruleSet
)

Parameters

Name Type Description
ruleSet RuleSet

A RuleSet object, which specifies the Validation Rules declared in an application. This parameter value is assigned to the RuleSetInitializedEventArgs.RuleSet property.

See Also