CustomValidateRuleEventArgs(IRule, Object, IObjectSpace) Constructor
Initializes a new instance of the CustomValidateRuleEventArgs class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
rule | IRule | The IRule object that represents a rule to be validated. |
target | Object | A target object of validation. |
objectSpace | IObjectSpace | The IObjectSpace used by a validation target. |
See Also