RuleValidatedEventArgs(RuleSetValidationResultItem, IObjectSpace) Constructor
Initializes a new instance of the RuleValidatedEventArgs class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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