| Name | Description | |
|---|---|---|
![]() | PostValidationEventArgs Constructor | Initializes a new instance of the PostValidationEventArgs class for the specified control. |
The following tables list the members exposed by PostValidationEventArgs.
| Name | Description | |
|---|---|---|
![]() | PostValidationEventArgs Constructor | Initializes a new instance of the PostValidationEventArgs class for the specified control. |
| Name | Description | |
|---|---|---|
![]() | ErrorInfo | Error information in case of validation failure. Can be set in event code in PostValidating. |
![]() | PostValidation | PostValidation object that fired the event. |
![]() | Succeeded | Validation result (assigned in the event code in PostValidating). Default: True |
![]() | Value | The value to validate. |