This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEvents Interface > IVersionEvents.OnReconcile Event (ArcObjects .NET 10.4 SDK) |
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