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


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

IWorkspaceEditEvents.OnStopEditing Event

This event is fired after editing is stopped on a workspace.

[Visual Basic .NET]
Public Event OnStopEditing As OnStopEditingEventHandler
[C#]
public event OnStopEditingEventHandler OnStopEditing
[C++]
HRESULT OnStopEditing(
  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

IWorkspaceEditEvents Interface