Called when a tool is stored to the toolbox.
[Visual Basic 6.0] Event OnToolStored(
ByVal Tool As IGPTool _
)
[Visual Basic .NET] Public Event OnToolStored As OnToolStoredEventHandler
[C#] public event OnToolStoredEventHandler OnToolStored
[C++]
HRESULT OnToolStored(
IGPTool* Tool
);
[C++]Parameters
Tool [in]Tool is a parameter of type IGPTool
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.