Provides data for the GraphicClicked 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 GraphicMouseEventArgs : MouseEventArgs
Visual Basic (Declaration)
Public NotInheritable Class GraphicMouseEventArgs _
	Inherits MouseEventArgs

Remarks

The GraphicClicked event occurs when the user presses the mouse button while the cursor is over one or more graphics on the map. A GraphicMouseEventArgs 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 Graphics 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..::.GraphicMouseEventArgs

See Also