com.esri.arcgis.controls
Class IToolbarControlEventsOnItemClickEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IToolbarControlEventsOnItemClickEvent
- All Implemented Interfaces:
- Serializable
public class IToolbarControlEventsOnItemClickEvent
- extends EventObject
Description
The OnItemClick event is triggered when the user presses the left mouse button on a ToolbarControl item. If the item is disabled the event is not triggered.
index specifies the index value of the item pressed.
Remarks
The event sequence is as follows:
OnMouseDown
OnMouseUp
OnItemClick
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IToolbarControlEventsOnItemClickEvent
public IToolbarControlEventsOnItemClickEvent(Object source)
init
public void init(int index)
getIndex
public final int getIndex()