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