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

RuleValidatedEventArgs(RuleSetValidationResultItem, IObjectSpace) Constructor

Initializes a new instance of the RuleValidatedEventArgs class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public RuleValidatedEventArgs(
    RuleSetValidationResultItem ruleSetValidationResultItem,
    IObjectSpace objectSpace
)

Parameters

Name Type Description
ruleSetValidationResultItem DevExpress.Persistent.Validation.RuleSetValidationResultItem

The validation result of one rule.

objectSpace IObjectSpace

An IObjectSpace used to load objects being validated by a rule.

See Also