Skip to main content
A newer version of this page is available. .

MapItem Events

The base class for different map items.
Name Description
Changed Occurs when the Freezable or an object it contains is modified. Inherited from Freezable.
MouseEnter Occurs when the mouse pointer enters the map item.
MouseLeave Occurs when the mouse pointer leaves the map item.
MouseLeftButtonDown Occurs when the left mouse button is pressed while the mouse pointer is over this element.
MouseLeftButtonUp Occurs when the left mouse button is released while the mouse pointer is over this element.
MouseMove Occurs when the mouse pointer moves while over this element.
MouseRightButtonDown Occurs when the right mouse button is pressed while the mouse pointer is over this element.
MouseRightButtonUp Occurs when the right mouse button is released while the mouse pointer is over this element.
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also