ArcGIS Explorer Component Help |
MapItemMouseEventArgs Constructor (MouseButtons, Int32, Int32, IList<(Of <(MapItem>)>)) |
MapItemMouseEventArgs Class See Also |
Initializes a new instance of the MapItemMouseEventArgs class.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public MapItemMouseEventArgs( MouseButtons button, int x, int y, IList<MapItem> mapItems ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ button As MouseButtons, _ x As Integer, _ y As Integer, _ mapItems As IList(Of MapItem) _ ) |
Parameters
- button
- Type: System.Windows.Forms..::.MouseButtons
One of the MouseButtons values, indicating which mouse button was pressed.
- x
- Type: System..::.Int32
The x-coordinate of a mouse click, in pixels.
- y
- Type: System..::.Int32
The y-coordinate of a mouse click, in pixels.
- mapItems
- Type: System.Collections.Generic..::.IList<(Of <(MapItem>)>)
The MapItems that are located at the coordinates of a mouse click.
Remarks
Version Information: This overload is supported from version 2.0.0.1500.