MapVisualItem Events
The base class for visual map items.| Name | Description |
|---|---|
| PointerPressed | Occurs when a mouse pointer hovers over the MapVisualItem, and the left mouse button has been pressed. |
| PointerReleased | Occurs when a mouse pointer hovers over the MapVisualItem, and the left mouse button has been released. |
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also