Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / OnKeyDown Method / OnKeyDown(Object,KeyRoutedEventArgs) Method

In This Topic
    OnKeyDown(Object,KeyRoutedEventArgs) Method
    In This Topic
    Called when the user presses a key, performs keyboard auto-search and node navigation.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnKeyDown( _
       ByVal sender As Object, _
       ByVal e As KeyRoutedEventArgs _
    ) 
    protected virtual void OnKeyDown( 
       object sender,
       KeyRoutedEventArgs e
    )

    Parameters

    sender
    e
    See Also