ArcGIS Developer Help  (ESRI.ArcGIS.Controls)  

OnBeforeStopEditingEventHandler Delegate

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