[]
Provides data for the DateValidationError event.
public class TextValidationErrorEventArgs : EventArgs
Name | Description |
---|---|
TextValidationErrorEventArgs(Exception, string) | Initializes a new instance of the TextValidationErrorEventArgs class. |
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. |