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


OnToolStateChangedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnToolStateChangedEventHandler Delegate

Represents the method that handles the OnToolStateChanged event.
[Visual Basic .NET]
Public Delegate Sub OnToolStateChangedEventHandler ( _
    ByVal Tool As IGPTool _
)
[C#]
public delegate void OnToolStateChangedEventHandler (
    IGPTool Tool
);