ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / OnKeyDown Method

In This Topic
    OnKeyDown Method (C1DropDownButton)
    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
    See Also