'Declaration
Public Function New( _ ByVal value As Object, _ ByVal postValidation As PostValidation, _ ByVal errorInfo As ErrorInfo _ )
public PostValidationEventArgs( object value, PostValidation postValidation, ErrorInfo errorInfo )
Parameters
- value
- The value to validate.
- postValidation
- PostValidation object that fired the event.
- errorInfo
- Error information in case of validation failure. Can be set in event code in PostValidating.