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


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

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