ComponentOne Maps for UWP
KeyUp Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : KeyUp Event
Syntax
'Declaration
 
Public Event KeyUp As KeyEventHandler
public event KeyEventHandler KeyUp
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