ArcObjects Library Reference (Geoprocessing)  

IMdModelEvents.OnBeginProcessExecution Event

Called when the execution of a process begins.

[Visual Basic .NET]
Public Event OnBeginProcessExecution As OnBeginProcessExecutionEventHandler
[C#]
public event OnBeginProcessExecutionEventHandler OnBeginProcessExecution
[C++]
HRESULT OnBeginProcessExecution(
  IMdProcess* Process
);
[C++]

Parameters

Process [in]

  Process is a parameter of type IMdProcess

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdModelEvents Interface