ComponentOne Maps for UWP
KeyDown Event (C1MapCanvas)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapCanvas Class : KeyDown Event
Syntax
'Declaration
 
Public Event KeyDown As KeyEventHandler
public event KeyEventHandler KeyDown
Event Data

The event handler receives an argument of type KeyRoutedEventArgs containing data related to this event. The following KeyRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
See Also