Initializes a new instance of the MapItemMouseEventArgs class
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
| C# |
|---|
public MapItemMouseEventArgs( MouseButtons button, int x, int y, MapItem mapItem ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ button As MouseButtons, _ x As Integer, _ y As Integer, _ mapItem As MapItem _ ) |
Parameters
- button
- Type: System.Windows.Forms..::.MouseButtons
- x
- Type: System..::.Int32
- y
- Type: System..::.Int32
- mapItem
- Type: ESRI.ArcGISExplorer.Mapping..::.MapItem

