Called when a tool is deleted from the toolbox.
[Visual Basic 6.0] Event OnToolDeleted(
ByVal Tool As IGPTool _
)
[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.