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


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

IVersionEvents.OnReconcile Event

This event is fired after the version is reconciled, associating it with a new database state. Applications must discard or refresh any cached row objects.

[Visual Basic .NET]
Public Event OnReconcile As OnReconcileEventHandler
[C#]
public event OnReconcileEventHandler OnReconcile
[C++]
HRESULT OnReconcile(
  BSTR targetVersionName,
  VARIANT_BOOL HasConflicts
);
[C++]
Parameters
targetVersionName [in]

targetVersionName is a parameter of type BSTR HasConflicts [in]
HasConflicts is a parameter of type bool

Product Availability

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

See Also

IVersionEvents Interface