ArcObjects Library Reference (Geoprocessing)  

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