CustomValidateRuleEventArgs Properties
Arguments passed to the RuleSet.CustomValidateRule event.| Name | Description |
|---|---|
| ObjectSpace | An Object Space of a validation target. |
| Rule | A rule to be checked on a CustomValidateRuleEventArgs.Target. |
| RuleValidationResult | The result of checking the CustomValidateRuleEventArgs.Rule on the CustomValidateRuleEventArgs.Target. |
| Target | An object on which to check the CustomValidateRuleEventArgs.Rule. |
See Also