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