Called when a tool's state has changed.
[Visual Basic 6.0] Event OnToolStateChanged(
ByVal Tool As IGPTool _
)
[Visual Basic .NET] Public Event OnToolStateChanged As OnToolStateChangedEventHandler
[C#] public event OnToolStateChangedEventHandler OnToolStateChanged
[C++]
HRESULT OnToolStateChanged(
IGPTool* Tool
);
[C++]Parameters
Tool [in]Tool is a parameter of type IGPTool
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.