Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1DropDownTool Class / OnKeyDown Method
The System.Windows.Input.KeyEventArgs that contains the event data.

In This Topic
    OnKeyDown Method
    In This Topic
    Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    The System.Windows.Input.KeyEventArgs that contains the event data.
    See Also