Provides access to toolbox events.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGPToolboxEvents
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. |