ArcGIS Developer Help  (ESRI.ArcGIS.Editor)  

BeforeStopEditingEventHandler Delegate

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