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


OnReconcileEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnReconcileEventHandler Delegate

Represents the method that handles the OnReconcile event.
[Visual Basic .NET]
Public Delegate Sub OnReconcileEventHandler ( _
    ByVal targetVersionName As String, _
    ByVal HasConflicts As Boolean _
)
[C#]
public delegate void OnReconcileEventHandler (
    string targetVersionName,
    bool HasConflicts
);