ArcObjects Library Reference (Editor)  

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