This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolboxEvents Interface (ArcObjects .NET 10.4 SDK) |
Provides access to toolbox events.
Description | ||
---|---|---|
OnToolAdded | Called when a tool is added to the toolbox. | |
OnToolboxDeleted | Called when the toolbox is deleted. | |
OnToolboxRenamed | Called when the toolbox is renamed. | |
OnToolDeleted | Called when a tool is deleted from the toolbox. | |
OnToolStateChanged | Called when a tool's state has changed. | |
OnToolStored | Called when a tool is stored to the toolbox. |
CoClasses and Classes | Description |
---|---|
GPToolboxEventsHelper | Helper for working with IGPToolboxEvents. |
GxToolbox (esriCatalog) | Catalog object corresponding to toolboxes. |
MdProcess | Model process object that represents a specific invokation of a particular geoprocessing tool. |