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



In This Topic
    OnKeyDown Method (C1TabItem)
    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 _
    ) 
    'Usage
     
    
    Dim instance As C1TabItem
    Dim e As KeyEventArgs
     
    instance.OnKeyDown(e)
    protected override void OnKeyDown( 
       KeyEventArgs e
    )
    protected:
    void OnKeyDown( 
       KeyEventArgs^ e
    ) override 

    Parameters

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