Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapShapeBase Events
Show Inherited Hide Inherited

The base class for all shapes that a map control can draw.
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. Inherited from MapItem.
MouseLeave Occurs when the mouse pointer leaves the map item. Inherited from MapItem.
MouseLeftButtonDown Occurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from MapItem.
MouseLeftButtonUp Occurs when the left mouse button is released while the mouse pointer is over this element. Inherited from MapItem.
MouseMove Occurs when the mouse pointer moves while over this element. Inherited from MapItem.
MouseRightButtonDown Occurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from MapItem.
MouseRightButtonUp Occurs when the right mouse button is released while the mouse pointer is over this element. Inherited from MapItem.
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also