[]
        
(Showing Draft Content)

C1.Win.Input.PostValidationEventArgs

PostValidationEventArgs Class

Provides data for PostValidating or PostValidated events.

Inheritance
PostValidationEventArgs
Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public class PostValidationEventArgs : EventArgs

Constructors

Name Description
PostValidationEventArgs(object, PostValidation, ErrorInfo)

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

Properties

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.