FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / OnPreviewKeyDown Method
System.Windows.Input.KeyEventArgs that contains the event data.

In This Topic
    OnPreviewKeyDown Method
    In This Topic
    Overridden to handle keyboard shortcuts.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPreviewKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnPreviewKeyDown( 
       KeyEventArgs e
    )

    Parameters

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