[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1TimeEditor.TextValidationError

TextValidationError Event

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

Namespace: C1.WPF.DateTimeEditors
Assembly: C1.WPF.DateTimeEditors.dll
Syntax
public event EventHandler<TextValidationErrorEventArgs> TextValidationError
Returns
Type Description
EventHandler<TextValidationErrorEventArgs> Occurs when text entered into the C1TimeEditor cannot be parsed or the TimeSpan is not valid to be selected.