ComponentOne Maps for UWP
DoubleTapped Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : DoubleTapped Event
Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of this element.
Syntax
'Declaration
 
Public Shadows Event DoubleTapped As DoubleTappedEventHandler
public new 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)
 
Remarks
This event overrides Windows.UI.Xaml.UIElement's DoubleTapped in order to allow handlers to prevent the default behavior of a double tapped action.
See Also