ArcObjects Library Reference (GeoDatabaseDistributed)  

IOperationProgress.Startup Event

Initiate the operation progress utility.

[Visual Basic 6.0]
Event Startup(
    ByVal rProgress As esriOperationProgress _
)
[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