CustomNeedToValidateRuleEventArgs Properties
Arguments passed to the RuleSet.CustomNeedToValidateRule event.Name | Description |
---|---|
ContextId | A validation context of the rule. |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
NeedToValidateRule | Specifies whether the rule will be validated or not. |
ObjectSpace | An Object Space of a validation target. |
Reason | The reason for performing or rejecting the validation. |
Rule | A rule to be checked on a CustomNeedToValidateRuleEventArgs.Target. |
Target | A target object of validation. |
See Also