Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / OnKeyDown Method

In This Topic
    OnKeyDown Method (C1TabItem)
    In This Topic
    Provides class handling for the KeyDown event that occurs when the user presses a key while this control has focus.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyRoutedEventArgs _
    ) 
    protected override void OnKeyDown( 
       KeyRoutedEventArgs e
    )

    Parameters

    e
    See Also