[]
Initializes a new instance of the PreValidationEventArgs class for the specified control.
public PreValidationEventArgs(string text, PreValidation preValidation, ErrorInfo errorInfo)
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. |