This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.OnSaveEdits Event (ArcObjects .NET 10.4 SDK) |
Called when edits are saved.
[Visual Basic .NET] Public Event OnSaveEdits As OnSaveEditsEventHandler
[C#] public event OnSaveEditsEventHandler OnSaveEdits
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.