[]
        
(Showing Draft Content)

C1.Win.Input.ValidationErrorEventArgs

ValidationErrorEventArgs Class

Provides data for a ValidationError event.

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

Properties

Name Description
ErrorInfo

Error information.

Reason

Validation phase on which the error has been detected.

Text

The input text that caused the error.

Value

If Reason = ErrorReasonEnum.PostValidationError, this is the value that caused the error. Otherwise, this property is null or DBNull.