Called when edits are saved.
[Visual Basic 6.0]
Event OnSaveEdits
[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.