[]
        
(Showing Draft Content)

C1.Win.Input.PostValidationEventArgs.-ctor

PostValidationEventArgs Constructor

PostValidationEventArgs(object, PostValidation, ErrorInfo)

Initializes a new instance of the PostValidationEventArgs class for the specified control.

Declaration
public PostValidationEventArgs(object value, PostValidation postValidation, ErrorInfo errorInfo)
Parameters
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.