[]
Initializes a new instance of the PostValidationEventArgs class for the specified control.
public PostValidationEventArgs(object value, PostValidation postValidation, ErrorInfo errorInfo)
Public Sub New(value As Object, postValidation As PostValidation, errorInfo As 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. |