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


IEditEvents2.BeforeStopEditing Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.BeforeStopEditing Event
ArcGIS Developer Help

IEditEvents2.BeforeStopEditing Event

Fired before StopEditing happens.

[Visual Basic .NET]
Public Event BeforeStopEditing As BeforeStopEditingEventHandler
[C#]
public event BeforeStopEditingEventHandler BeforeStopEditing

Product Availability

Available with ArcGIS Desktop.

Remarks

The BeforeStopEditing event is called before edits are committed or discarded.  Use this event to perform any processing of the features before the edits are committed.

See Also

IEditEvents2 Interface