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


IEngineEditEvents.OnStopEditing Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnStopEditing Event
ArcGIS Developer Help

IEngineEditEvents.OnStopEditing Event

Fires when editing ends.

[Visual Basic .NET]
Public Event OnStopEditing As OnStopEditingEventHandler
[C#]
public event OnStopEditingEventHandler OnStopEditing
[C++]
HRESULT OnStopEditing(
  VARIANT_BOOL saveChanges
);
[C++]
Parameters
saveChanges [in]

saveChanges is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

The OnStopEditing event is fired whenever an edit session ends. For example, when the ControlsEditingStopCommand is called or when the IEngineEditor::StopEditing method is called programmatically.

See Also

IEngineEditEvents Interface