[]
Initializes a new instance of the PostValidationEventArgs class for the specified control.
public PostValidationEventArgs(object value, PostValidation postValidation, ErrorInfo errorInfo)
Type | Name | Description |
---|---|---|
object | value | The value to validate. |
PostValidation | postValidation | PostValidation object that fired the event. |
ErrorInfo | errorInfo | Error information in case of validation failure. Can be set in event code in PostValidating. |