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


IEngineEditEvents.OnBeforeStopEditing 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.OnBeforeStopEditing Event
ArcGIS Developer Help

IEngineEditEvents.OnBeforeStopEditing Event

Fires before editing stops.

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

saveChanges is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

The BeforeStopEditing event is fired whenever an edit session ends and before the edits are committed or discarded. Use this event to verify the edit before it is committed.

See Also

IEngineEditEvents Interface