Fires before editing stops.
[Visual Basic 6.0] Event OnBeforeStopEditing(
ByVal saveChanges As Boolean _
)
[Visual Basic .NET] Public Event OnBeforeStopEditing As OnBeforeStopEditingEventHandler
[C#] public event OnBeforeStopEditingEventHandler OnBeforeStopEditing
[C++]
HRESULT OnBeforeStopEditing(
VARIANT_BOOL saveChanges
);
[C++]Parameters
saveChanges [in] saveChanges is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine.
Description
The BeforeStopEditing event is fired whenever an edit session ends and before the edits are committed or discarded. Use this event to verify the edit before it is committed.