ArcObjects Library Reference (Geoprocessing)  

IMdModelEvents.OnProcessChanged Event

Called when the process parameters changed.

[Visual Basic .NET]
Public Event OnProcessChanged As OnProcessChangedEventHandler
[C#]
public event OnProcessChangedEventHandler OnProcessChanged
[C++]
HRESULT OnProcessChanged(
  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