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


IVersionEvents2.OnBeginReconcile Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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