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


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

IReplicaProgress.Startup Event

Initiate the check-out progress utility.

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

rProgress is a parameter of type esriReplicaProgress

Product Availability

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

See Also

IReplicaProgress Interface