Skip to main content
A newer version of this page is available. .

RuleSetInitializedEventArgs(RuleSet) Constructor

Creates a new instance of the RuleSetInitializedEventArgs.

Namespace: DevExpress.ExpressApp.Validation

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