ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / XView Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method (XView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPreviewKeyDown( _
       ByVal e As System.Windows.Forms.PreviewKeyDownEventArgs _
    ) 
    protected virtual void OnPreviewKeyDown( 
       System.Windows.Forms.PreviewKeyDownEventArgs e
    )

    Parameters

    e
    See Also