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


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

OnEndProcessExecutionEventHandler Delegate

Represents the method that handles the OnEndProcessExecution event.
[Visual Basic .NET]
Public Delegate Sub OnEndProcessExecutionEventHandler ( _
    ByVal Process As IMdProcess, _
    ByVal Messages As IGPMessages _
)
[C#]
public delegate void OnEndProcessExecutionEventHandler (
    IMdProcess Process,
    IGPMessages Messages
);