CustomNeedToValidateRuleEventArgs Properties
Arguments passed to the RuleSet.CustomNeedToValidateRule event.
Name | Description |
---|---|
Context |
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 Handled |
Need |
Specifies whether the rule will be validated or not. |
Object |
An Object Space of a validation target. |
Reason | The reason for performing or rejecting the validation. |
Rule |
A rule to be checked on a Custom |
Target | A target object of validation. |
See Also