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