C1.Silverlight Namespace / C1TextEditableContentControl Class / TextBoxKeyUp Event

TextBoxKeyUp Event (C1TextEditableContentControl)
Event fired when a key is released in the EditableTextBox.
Syntax
'Declaration
 
Public Event TextBoxKeyUp As EventHandler(Of KeyEventArgs)
 
Event Data

The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
 
See Also