[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.TextValidationErrorEventArgs

TextValidationErrorEventArgs Class

Provides data for the DateValidationError event.

Inheritance
TextValidationErrorEventArgs
Namespace: C1.WPF.DateTimeEditors
Assembly: C1.WPF.DateTimeEditors.4.6.2.dll
Syntax
public class TextValidationErrorEventArgs : EventArgs

Constructors

Name Description
TextValidationErrorEventArgs(Exception, string)

Initializes a new instance of the TextValidationErrorEventArgs class.

Properties

Name Description
Exception

Gets the exception that initially triggered the TextValidationError event.

Text

Gets the text being parsed when the TextValidationError event was raised.

ThrowException

Gets or sets a value that indicates whether Exception should be thrown.