Occurs when a MapItem is clicked in the application.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public event EventHandler<MapItemMouseEventArgs> MapItemClicked |
Visual Basic (Declaration) |
---|
Public Event MapItemClicked As EventHandler(Of MapItemMouseEventArgs) |
Remarks
A MapItem is a type of map content represented by a number of classes, all of which inherit from the MapItem abstractMustInheritabstractabstract (MustInherit in Visual Basic) class.