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

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