This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEvents Interface > IVersionEvents.OnConflictsDetected Event (ArcObjects .NET 10.4 SDK) |
This event is fired during reconciliation, after conflicts are detected. It can be used by application developers to filter found conflicts.
[Visual Basic .NET] Public Event OnConflictsDetected As OnConflictsDetectedEventHandler
[C#] public event OnConflictsDetectedEventHandler OnConflictsDetected
[C++]
HRESULT OnConflictsDetected(
VARIANT_BOOL* conflictsRemoved,
VARIANT_BOOL* errorOccurred,
BSTR* errorString
);
[C++]
Parameters conflictsRemoved conflictsRemoved is a parameter of type VARIANT_BOOL errorOccurred errorOccurred is a parameter of type VARIANT_BOOL errorString errorString is a parameter of type BSTR
It is the developer's responsibility to set the conflictsRemoved argument to true if any conflicts were removed from any of the Conflict Classes.