ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / OnKeyDown Method
Windows.UI.Xaml.Input.KeyRoutedEventArgs that contains the event data.

In This Topic
    OnKeyDown Method (C1FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyRoutedEventArgs _
    ) 
    protected override void OnKeyDown( 
       KeyRoutedEventArgs e
    )

    Parameters

    e
    Windows.UI.Xaml.Input.KeyRoutedEventArgs that contains the event data.
    See Also