FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / OnPreviewKeyDown Method

In This Topic
    OnPreviewKeyDown Method (C1GridControl)
    In This Topic
    Invoked when an unhandled System.Windows.Input.Keyboard.PreviewKeyDown 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 OnPreviewKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnPreviewKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also