Fires when editing ends.
[Visual Basic 6.0] Event OnStopEditing(
ByVal saveChanges As Boolean _
)
[Visual Basic .NET] Public Event OnStopEditing As OnStopEditingEventHandler
[C#] public event OnStopEditingEventHandler OnStopEditing
[C++]
HRESULT OnStopEditing(
VARIANT_BOOL saveChanges
);
[C++]Parameters
saveChanges [in] saveChanges is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine.
Description
The OnStopEditing event is fired whenever an edit session ends. For example, when the ControlsEditingStopCommand is called or when the IEngineEditor::StopEditing method is called programmatically.