Called immediately following the creation of a new tool extension.
[Visual Basic .NET] Public Sub PostCreateTool ( _ ByVal Parent As Integer, _ ByVal ToolExtension As IGPToolExtensionGen _ )
[C#] public void PostCreateTool ( int Parent, IGPToolExtensionGen ToolExtension );
[C++]
HRESULT PostCreateTool(
OLE_HANDLE Parent,
IGPToolExtensionGen* ToolExtension
);
[C++]Parameters
Parent [in]Parent is a parameter of type OLE_HANDLE
ToolExtension [in]ToolExtension is a parameter of type IGPToolExtensionGen
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.