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


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

IGPToolboxEvents.OnToolAdded Event

Called when a tool is added to the toolbox.

[Visual Basic .NET]
Public Event OnToolAdded As OnToolAddedEventHandler
[C#]
public event OnToolAddedEventHandler OnToolAdded
[C++]
HRESULT OnToolAdded(
  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