NeedToValidateObjectEventArgs Properties
Arguments passed to the PersistenceValidationController.NeedToValidateObject event.| Name | Description |
|---|---|
| CurrentObject | Specifies an object which is about to be validated. |
| NeedToValidate | Indicates whether the NeedToValidateObjectEventArgs.CurrentObject must be validated. |
See Also