Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / OnKeyDown Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
    OnKeyDown Method (DropDownEditorViewBase)
    In This Topic
    Called by the host control when the user presses a key and this C1.Framework.Element has the focus.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    public virtual void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

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