Back to Devexpress

MapItem Events

wpf-devexpress-dot-xpf-dot-map-dot-mapitem-dot-underscore-events.md

latest1.9 KB
Original Source

MapItem Events

The base class for different map items.

NameDescription
ChangedOccurs when the Freezable or an object it contains is modified. Inherited from Freezable.
MouseEnterOccurs when the mouse pointer enters the map item.
MouseLeaveOccurs when the mouse pointer leaves the map item.
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element.
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element.
MouseMoveOccurs when the mouse pointer moves while over this element.
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element.
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element.
PropertyChangedOccurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.

See Also

MapItem Class

MapItem Members

DevExpress.Xpf.Map Namespace