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


IWorkspaceEditEvents2.OnBeginStopEditing Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceEditEvents2 Interface > IWorkspaceEditEvents2.OnBeginStopEditing Event
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IWorkspaceEditEvents2 Interface