ArcGIS Developer Help  (ESRI.ArcGIS.GeoprocessingUI)  

OnOkEventHandler Delegate

Represents the method that handles the OnOk event.
[Visual Basic .NET]
Public Delegate Sub OnOkEventHandler ( _
)
[C#]
public delegate void OnOkEventHandler (
);