DateTimeEditors for WinRT
TextValidationError Event

Occurs when text entered into the C1TimeEditor cannot be parsed or the TimeSpan is not valid to be selected.
Syntax
'Declaration
 
Public Event TextValidationError As System.EventHandler(Of TextValidationErrorEventArgs)
public event System.EventHandler<TextValidationErrorEventArgs> TextValidationError
Event Data

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.

PropertyDescription
ExceptionGets the exception that initially triggered the TextValidationError event.  
TextGets the text being parsed when the TextValidationError event was raised.  
ThrowExceptionGets or sets a value that indicates whether Exception should be thrown.  
See Also

Reference

C1TimeEditor Class
C1TimeEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback