This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControlEvents Interface (ArcObjects .NET 10.5 SDK) |
Provides access to events that occur with interaction to the ToolbarControl.
This is the main events interface for the ToolbarControl. Generally there is no need to explicitly set event handlers, as most development environments will automatically provide event handlers.
Description | ||
---|---|---|
OnBuddyChanged | Fires after the ToolbarControl Buddy is set. | |
OnDoubleClick | Fires when the user presses and releases the mouse button twice in quick succession. | |
OnItemClick | Fires after an item on the ToolbarControl is pressed. | |
OnKeyDown | Fires after a key is pressed on the keyboard. | |
OnKeyUp | Fires after a pressed key is released. | |
OnMouseDown | Fires when the user presses any mouse button while over the ToolbarControl. | |
OnMouseMove | Fires when the user moves the mouse over the ToolbarControl. | |
OnMouseUp | Fires when the user releases a mouse button while over the ToolbarControl. |
CoClasses and Classes | Description |
---|---|
ToolbarControl | Esri ToolbarControl |
ToolbarControlEventsListener (esriSystemUtility) | Helper coclass to provide IToolbarControlEvents support to the C++ API. |