ComponentOne Maps for UWP
PointerMoved Event (C1MapVirtualLayer)

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