Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 842 Bytes

mapcontrol_mapelementpointerentered.md

File metadata and controls

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

Windows.UI.Xaml.Controls.Maps.MapControl.MapElementPointerEntered

-description

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

-remarks

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

-examples

-see-also