ComponentOne Maps for UWP
PointerReleased Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : PointerReleased Event
Occurs when the pointer device that previously initiated a Press action is released, while within this element.
Syntax
'Declaration
 
Public Shadows Event PointerReleased As PointerEventHandler
public new event PointerEventHandler PointerReleased
Event Data

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

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