Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / TextBoxKeyDown Event

In This Topic
    TextBoxKeyDown Event (C1TextEditableContentControl)
    In This Topic
    Event fired when a key is pressed in the EditableTextBox.
    Syntax
    'Declaration
     
    
    Public Event TextBoxKeyDown As EventHandler(Of KeyEventArgs)
    public event EventHandler<KeyEventArgs> TextBoxKeyDown
    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