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


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

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