This document is archived and information here might be outdated.  Recommended version.


IGPToolboxEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolboxEvents Interface
ArcGIS Developer Help

IGPToolboxEvents Interface

Provides access to toolbox events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method OnToolAdded Called when a tool is added to the toolbox.
Method OnToolboxDeleted Called when the toolbox is deleted.
Method OnToolboxRenamed Called when the toolbox is renamed.
Method OnToolDeleted Called when a tool is deleted from the toolbox.
Method OnToolStateChanged Called when a tool's state has changed.
Method OnToolStored Called when a tool is stored to the toolbox.

Classes that implement IGPToolboxEvents

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.