Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 846 Bytes

mapcontrol_mapelementpointerexited.md

File metadata and controls

20 lines (14 loc) · 846 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.Maps.MapControl.MapElementPointerExited
winrt event

Windows.UI.Xaml.Controls.Maps.MapControl.MapElementPointerExited

-description

Occurs when a pointer moves out of the bounding area of a MapElement on a MapControl.

-remarks

Mouse interactions are received, processed, and managed as pointers. The MapElementPointerExited event is triggered as the user moves their mouse out from over an element. An instance of MapElementPointerExitedEventArgs provides data for this event.

-examples

-see-also