C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / ToolMenu Class / OnKeyDown Method

In This Topic
OnKeyDown Method
In This Topic
Custom keyboarding logic to enable movement via the arrow keys without triggering selection until a 'Space' or 'Enter' key is pressed.
Syntax
'Declaration
 
Protected Overrides Sub OnKeyDown( _
   ByVal e As KeyRoutedEventArgs _
) 
 

Parameters

e
See Also