Occurs when text entered into the C1TimeEditor cannot be parsed or the TimeSpan is not valid to be selected.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public event EventHandler<TextValidationErrorEventArgs> TextValidationError
Visual Basic
Public Event TextValidationError As EventHandler(Of TextValidationErrorEventArgs)

See Also