Skip to main content
.NET 6.0+

CustomValidateRuleEventArgs(IRule, Object, IObjectSpace) Constructor

Initializes a new instance of the CustomValidateRuleEventArgs class.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public CustomValidateRuleEventArgs(
    IRule rule,
    object target,
    IObjectSpace objectSpace
)

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