MindFusion.Wpf Pack Programmer's Guide
MapView.MapElementHover Event
See Also
 





Raised when the mouse rests over a map element.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public event EventHandler<MapEventArgs> MapElementHover

Visual Basic  Copy Code

Public Event MapElementHover As EventHandler(Of MapEventArgs)

 Event Data

MapElementHover event handlers receive an argument of type MapEventArgs.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.Wpf Namespace