ArcObjects Library Reference (SystemUtility)  

IToolbarControlEventsHelper Interface

Provides access to events that occur with interaction with the ToolbarControl. This interface is for use with the C++ API only.

Members

Description
Method OnDoubleClick Fires when the user presses and releases the mouse button twice in quick succession.
Method OnItemClick Fires after an item on the ToolbarControl is pressed.
Method OnKeyDown Fires after a key is pressed on the keyboard.
Method OnKeyUp Fires after a pressed key is released.
Method OnMouseDown Fires when the user presses any mouse button while over the ToolbarControl.
Method OnMouseMove Fires when the user moves the mouse over the ToolbarControl.
Method OnMouseUp Fires when the user releases a mouse button while over the ToolbarControl.