ArcObjects Library Reference (Editor)  

IEditEvents2.OnSaveEdits Event

Called when edits are saved.

[Visual Basic .NET]
Public Event OnSaveEdits As OnSaveEditsEventHandler
[C#]
public event OnSaveEditsEventHandler OnSaveEdits

Product Availability

Available with ArcGIS Desktop.

Remarks

The OnSaveEdits event is fired whenever a user issues the Save Edits command in the Editor.  This event is not raised when a user stops an edit session and chooses to save edits, or if IEditor::StopEditing is called.

See Also

IEditEvents2 Interface