ComponentOne Maps for UWP
RightTapped Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : RightTapped Event
Occurs when a right-tap input stimulus happens while the pointer is over the element.
Syntax
'Declaration
 
Public Shadows Event RightTapped As RightTappedEventHandler
public new event RightTappedEventHandler RightTapped
Event Data

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

PropertyDescription
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
Remarks
This event overrides Windows.UI.Xaml.UIElement's RightTapped in order to allow handlers to prevent the default behavior of a right tapped action.
See Also