[]
        
(Showing Draft Content)

C1.Win.Input.PreValidationEventArgs

PreValidationEventArgs Class

Provides data for PreValidating or PreValidated events.

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

Constructors

Name Description
PreValidationEventArgs(string, PreValidation, ErrorInfo)

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

Properties

Name Description
ErrorInfo

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

PreValidation

PreValidation object that fired the event.

Succeeded

Validation result (assigned in the event code in PreValidating). Default: True.

Text

The text to validate.