ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

OnBeginStopEditingEventHandler Delegate

Represents the method that handles the OnBeginStopEditing event.
[Visual Basic .NET]
Public Delegate Sub OnBeginStopEditingEventHandler ( _
    ByVal saveEdits As Boolean _
)
[C#]
public delegate void OnBeginStopEditingEventHandler (
    bool saveEdits
);