ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

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
);