ComponentOne Maps for UWP
Tapped Event (C1MapCanvas)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapCanvas Class : Tapped Event
Syntax
'Declaration
 
Public Event Tapped As TappedEventHandler
public event TappedEventHandler Tapped
Event Data

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

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