Skip to main content
.NET 6.0+

CustomNeedToValidateRuleEventArgs(IRule, Object, String, IObjectSpace) Constructor

Initializes a new instance of the CustomNeedToValidateRuleEventArgs class.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public CustomNeedToValidateRuleEventArgs(
    IRule rule,
    object target,
    string contextId,
    IObjectSpace objectSpace
)

Parameters

Name Type Description
rule IRule

The IRule object which represents a validation rule that is going to be checked.

target Object

An object that is going to be validated.

contextId String

A validation context of the rule. Default contexts are stored in the DefaultContexts enumeration.

objectSpace IObjectSpace

An IObjectSpace used by a validation target.

See Also