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 As System.Object, _
ByVal As Windows.UI.Xaml.Input.KeyRoutedEventArgs _
)
protected virtual void OnKeyDown(
System.object ,
Windows.UI.Xaml.Input.KeyRoutedEventArgs
)
Parameters
- sender
- e
See Also