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


IVersionEvents2.OnBeginReconcile Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEvents2 Interface > IVersionEvents2.OnBeginReconcile Event
ArcGIS Developer Help

IVersionEvents2.OnBeginReconcile Event

This event is fired before a version is reconciled.

[Visual Basic .NET]
Public Event OnBeginReconcile As OnBeginReconcileEventHandler
[C#]
public event OnBeginReconcileEventHandler OnBeginReconcile
[C++]
HRESULT OnBeginReconcile(
  BSTR targetVersionName
);
[C++]
Parameters
targetVersionName [in]

targetVersionName is a parameter of type BSTR

Product Availability

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

See Also

IVersionEvents2 Interface