Back to Devexpress

MapChartItemBase Events

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

latest2.4 KB
Original Source

MapChartItemBase Events

The base class for all map chart 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. Inherited from MapItem.
MouseLeaveOccurs when the mouse pointer leaves the map item. Inherited from MapItem.
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from MapItem.
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over this element. Inherited from MapItem.
MouseMoveOccurs when the mouse pointer moves while over this element. Inherited from MapItem.
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from MapItem.
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over this element. Inherited from MapItem.
PropertyChangedOccurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.

See Also

MapChartItemBase Class

MapChartItemBase Members

DevExpress.Xpf.Map Namespace