RuleSet Events
Specifies a set of Validation Rules that can be checked against an object.| Name | Description |
|---|---|
| CustomIsEmptyValue static | Occurs when the RuleSet.IsEmptyValue method is executed to determine whether or not the property value is considered empty. |
| CustomIsEmptyValueType static | |
| CustomNeedToValidateRule static | Occurs when the validation system determines whether or not a rule should be validated. |
| CustomValidateRule static | Occurs when a rule is being validated. |
| RuleValidated static | Occurs after the validation of a rule is complete. |
| ValidationCompleted | Occurs after validation of an entire RuleSet is complete. |
See Also