Skip to main content
.NET 6.0+

ValidationCompletedEventArgs(RuleSetValidationResult, IObjectSpace) Constructor

Initializes a new instance of the ValidationCompletedEventArgs class.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public ValidationCompletedEventArgs(
    RuleSetValidationResult validationResult,
    IObjectSpace objectSpace
)

Parameters

Name Type Description
validationResult DevExpress.Persistent.Validation.RuleSetValidationResult

The result of the entire RuleSet validation.

objectSpace IObjectSpace

An IObjectSpace used by the RuleSet.

See Also