Back to Devexpress

MapRectangle Events

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

latest2.3 KB
Original Source

MapRectangle Events

The class used to draw a rectangle on a map.

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

MapRectangle Class

MapRectangle Members

DevExpress.Xpf.Map Namespace