C1.Silverlight.DateTimeEditors Namespace > C1TimeEditor Class : TextValidationError Event |
'Declaration
Public Event TextValidationError As System.EventHandler(Of TextValidationErrorEventArgs)
public event System.EventHandler<TextValidationErrorEventArgs> TextValidationError
The event handler receives an argument of type TextValidationErrorEventArgs containing data related to this event. The following TextValidationErrorEventArgs properties provide information specific to this event.
Property | 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2