Map Events

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Map type exposes the following members.

Events

  Name Description
BindingValidationError Occurs when a data validation error is reported by a binding source. (Inherited from FrameworkElement.)
CartographicModeChanged Occurs when the CartographicMode property of the Map control changes – for example, from a road map to an aerial map.
CenterChanged Occurs when the Center property of the Map control changes.
ColorModeChanged Occurs when the ColorMode property of the Map control changes – for example, from light to dark.
DoubleTap Occurs when a DoubleTap gesture is committed while over this UIElement. (Inherited from UIElement.)
GotFocus Occurs when a UIElement receives focus. (Inherited from UIElement.)
HeadingChanged Occurs when the Heading property of the Map control changes.
Hold Occurs when a Hold gesture is committed while over this UIElement. (Inherited from UIElement.)
IsEnabledChanged (Inherited from Control.)
KeyDown Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement.)
KeyUp Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.)
LandmarksEnabledChanged Occurs when the LandmarksEnabled property of the Map control changes.
LayoutUpdated Occurs when the layout of the Windows Phone visual tree changes. (Inherited from FrameworkElement.)
Loaded Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement.)
LostFocus Occurs when a UIElement loses focus. (Inherited from UIElement.)
LostMouseCapture Occurs when the UIElement loses touch capture. (Inherited from UIElement.)
ManipulationCompleted Occurs when a manipulation and inertia on the UIElement is complete. (Inherited from UIElement.)
ManipulationDelta Occurs when the input device changes position during a manipulation. (Inherited from UIElement.)
ManipulationStarted Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement.)
MouseEnter Occurs when a screen tap occurs within the bounding area of a UIElement. (Inherited from UIElement.)
MouseLeave Occurs when a touch event occurs outside the bounding area of a UIElement. (Inherited from UIElement.)
MouseLeftButtonDown Occurs when a UIElement is tapped. (Inherited from UIElement.)
MouseLeftButtonUp Occurs when the finger is lifted off of a UIElement (or while a UIElement holds touch capture). (Inherited from UIElement.)
MouseMove Occurs when the coordinate position of the finger on the screen while touching a UIElement (or while a UIElement holds touch capture). (Inherited from UIElement.)
MouseWheel Infrastructure. Occurs when the user rotates the mouse wheel while the mouse pointer is over a UIElement, or the UIElement has focus. (Inherited from UIElement.)
PedestrianFeaturesEnabledChanged Occurs when the PedestrianFeaturesEnabled property of the Map control changes.
PitchChanged Occurs when the Pitch property of the Map control changes.
ResolveCompleted Occurs when the Map control enters the idle state.
SizeChanged Occurs when either the ActualHeight or the ActualWidth properties change value on a FrameworkElement. (Inherited from FrameworkElement.)
Tap Occurs when a Tap gesture is committed while over this UIElement. (Inherited from UIElement.)
TextInput Occurs when a UI element gets text in a device-independent manner. (Inherited from UIElement.)
TextInputStart Occurs when a UI element initially gets text in a device-independent manner. (Inherited from UIElement.)
TextInputUpdate Occurs when text continues to be composed via an input method editor (IME). (Inherited from UIElement.)
TransformCenterChanged Occurs when the TransformCenter property of the Map control changes.
Unloaded Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement.)
ViewChanged Occurs after the view of the Map control changes as a result of calling the SetView method.
ViewChanging Occurs before the view of the Map control changes as a result of calling the SetView method.
ZoomLevelChanged Occurs when the ZoomLevel property of the Map control changes.

Top

See Also

Reference

Map Class

Microsoft.Phone.Maps.Controls Namespace