ComponentOne Maps for UWP
RightTapped Event (C1MapCanvas)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapCanvas Class : RightTapped Event
Syntax
'Declaration
 
Public Event RightTapped As RightTappedEventHandler
public 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)
 
See Also