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


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

IEditEvents.OnStopEditing Event

Called when editing ends.

[Visual Basic .NET]
Public Event OnStopEditing As OnStopEditingEventHandler
[C#]
public event OnStopEditingEventHandler OnStopEditing

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever an edit session ends, the OnStopEditing event is fired.

See Also

IEditEvents Interface