Provides data for the MapItemClicked event.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public sealed class MapItemMouseEventArgs : MouseEventArgs |
Visual Basic (Declaration) |
---|
Public NotInheritable Class MapItemMouseEventArgs _ Inherits MouseEventArgs |
Remarks
The MapItemClicked event occurs when the user presses the mouse button while the cursor is over a MapItem contained by the map.
A MapItemMouseEventArgs specifies which mouse button is pressed, how many times the mouse button was pressed and released, the
coordinates of the mouse, and the amount the mouse wheel moved. It also provides access to the MapItem that was clicked by the user.
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
System.Windows.Forms..::.MouseEventArgs
ESRI.ArcGISExplorer.Mapping..::.MapItemMouseEventArgs
System..::.EventArgs
System.Windows.Forms..::.MouseEventArgs
ESRI.ArcGISExplorer.Mapping..::.MapItemMouseEventArgs