MapLine Events
Contains map line settings.| 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