ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorEvents.ToolboxChange Method

Called when a toolbox is added or removed from the GeoProcessor.

[Visual Basic .NET]
Public Sub ToolboxChange ( _
)
[C#]
public void ToolboxChange (
);
[C++]
HRESULT ToolboxChange(
void
);

Product Availability

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

See Also

IGeoProcessorEvents Interface