ComponentOne Maps for UWP
PointerMoved Event (C1VectorItemBase)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : PointerMoved Event
Occurs when a pointer moves while the pointer remains within the hit test area of this element.
Syntax
'Declaration
 
Public Shadows Event PointerMoved As PointerEventHandler
public new event PointerEventHandler PointerMoved
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 PointerMoved in order to allow handlers to prevent the default behavior of a move action.
See Also