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


IVersionEvents.OnReconcile Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IVersionEvents Interface