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

In This Topic
    OnPreviewKeyDown Method (FlexGrid)
    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 Overridable Sub OnPreviewKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected virtual void OnPreviewKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    See Also