ArcGIS Developer Help  (ESRI.ArcGIS.Geoprocessing)  

OnToolDeletedEventHandler Delegate

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