ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1RangeSlider Class / OnPreviewKeyDown Method
A System.Windows.Forms.PreviewKeyDownEventArgs that contains the event data.

In This Topic
    OnPreviewKeyDown Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPreviewKeyDown( _
       ByVal e As PreviewKeyDownEventArgs _
    ) 
    protected override void OnPreviewKeyDown( 
       PreviewKeyDownEventArgs e
    )

    Parameters

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