This document is archived and information here might be outdated.  Recommended version.


IEngineEditEvents.OnSaveEdits Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IEngineEditEvents.OnSaveEdits Event

Fires when edits are saved.

[Visual Basic .NET]
Public Event OnSaveEdits As OnSaveEditsEventHandler
[C#]
public event OnSaveEditsEventHandler OnSaveEdits
[C++]
HRESULT OnSaveEdits(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnSaveEdits event is fired when a user calls the ControlsEditingSaveCommand. This event is not fired when a user stops an edit session by executing ControlsEditingStopCommand or calling the IEngineEditor::StopEditing method.

See Also

IEngineEditEvents Interface