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


IOperationProgress.Startup Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IO > IOperationProgress Interface > IOperationProgress.Startup Event
ArcGIS Developer Help

IOperationProgress.Startup Event

Initiate the operation progress utility.

[Visual Basic .NET]
Public Event Startup As StartupEventHandler
[C#]
public event StartupEventHandler Startup
[C++]
HRESULT Startup(
  esriOperationProgress rProgress
);
[C++]
Parameters
rProgress [in]

rProgress is a parameter of type esriOperationProgress

Product Availability

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

See Also

IOperationProgress Interface