Provides data for the GraphicClicked 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 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 a graphic 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 Graphic that was clicked by the user.
Inheritance Hierarchy
System..::.Object
System..::.EventArgs
System.Windows.Forms..::.MouseEventArgs
ESRI.ArcGISExplorer.Mapping..::.GraphicMouseEventArgs
System..::.EventArgs
System.Windows.Forms..::.MouseEventArgs
ESRI.ArcGISExplorer.Mapping..::.GraphicMouseEventArgs