ComponentOne Maps for UWP
PointerExited Event (C1MapItemsLayer)

C1.UWP.Maps Assembly > C1.Xaml.Maps Namespace > C1MapItemsLayer Class : PointerExited Event
Syntax
'Declaration
 
Public Event PointerExited As PointerEventHandler
public event PointerEventHandler PointerExited
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