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


IWorkspaceEditEvents2.OnBeginStopEditing Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2.OnBeginStopEditing Event

This event is fired after editing is stopped on a workspace but before edits are saved.

[Visual Basic .NET]
Public Event OnBeginStopEditing As OnBeginStopEditingEventHandler
[C#]
public event OnBeginStopEditingEventHandler OnBeginStopEditing
[C++]
HRESULT OnBeginStopEditing(
  VARIANT_BOOL saveEdits
);
[C++]

Parameters saveEdits [in] saveEdits is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEditEvents2 Interface