C1.Silverlight Namespace / C1TextEditableContentControl Class / TextBoxKeyDown Event

TextBoxKeyDown Event (C1TextEditableContentControl)
Event fired when a key is pressed in the EditableTextBox.
Syntax
'Declaration
 
Public Event TextBoxKeyDown 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