ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPanel Class / RightTapped Event

In This Topic
    RightTapped Event (C1VectorPanel)
    In This Topic
    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
    Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    Gets the PointerDeviceType for the pointer device that initiated the associated input event.  
    See Also