Fired before StopEditing happens.
[Visual Basic 6.0] Event BeforeStopEditing(
ByVal save As Boolean _
)
[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.