ArcGIS Developer Help  (ESRI.ArcGIS.Geoprocessing)  

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
);