Called when the execution of a process begins.
[Visual Basic 6.0] Event OnBeginProcessExecution(
ByVal Process As IMdProcess _
)
[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.