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


IEngineEditEvents.OnBeforeStopEditing Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

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 VARIANT_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