[]
        
(Showing Draft Content)

C1.Win.Input.PreValidationEventArgs.-ctor

PreValidationEventArgs Constructor

PreValidationEventArgs(string, PreValidation, ErrorInfo)

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

Declaration
public PreValidationEventArgs(string text, PreValidation preValidation, ErrorInfo errorInfo)
Parameters
Type Name Description
string text

The text to validate.

PreValidation preValidation

PreValidation object that fired the event.

ErrorInfo errorInfo

Error information in case of validation failure. Can be set in event code in PreValidating.