ComponentOne Maps for UWP
DoubleTapped Event (C1Maps)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps Class : DoubleTapped Event
Syntax
'Declaration
 
Public Event DoubleTapped As DoubleTappedEventHandler
public event DoubleTappedEventHandler DoubleTapped
Event Data

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

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