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


IGPToolboxEvents.OnToolboxDeleted Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolboxEvents.OnToolboxDeleted Event

Called when the toolbox is deleted.

[Visual Basic .NET]
Public Event OnToolboxDeleted As OnToolboxDeletedEventHandler
[C#]
public event OnToolboxDeletedEventHandler OnToolboxDeleted
[C++]
HRESULT OnToolboxDeleted(
void
);

Product Availability

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

See Also

IGPToolboxEvents Interface