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


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

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