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


IGPToolboxEvents.OnToolDeleted Event (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 > IGPToolboxEvents.OnToolDeleted Event
ArcGIS Developer Help

IGPToolboxEvents.OnToolDeleted Event

Called when a tool is deleted from the toolbox.

[Visual Basic .NET]
Public Event OnToolDeleted As OnToolDeletedEventHandler
[C#]
public event OnToolDeletedEventHandler OnToolDeleted
[C++]
HRESULT OnToolDeleted(
  IGPTool* Tool
);
[C++]
Parameters
Tool [in]

Tool is a parameter of type IGPTool*

Product Availability

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

See Also

IGPToolboxEvents Interface