Provides data for the MapItemClicked event.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

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 one or more MapItems 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 MapItems that were clicked by the user.

Note that the ability to return multiple graphics from this event is supported from ArcGIS Explorer 2.0.0.1500 onwards.

Inheritance Hierarchy

System..::.Object

  System..::.EventArgs

    System.Windows.Forms..::.MouseEventArgs

      ESRI.ArcGISExplorer.Mapping..::.MapItemMouseEventArgs

See Also