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


IEngineEditEvents.OnBeforeStopOperation Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnBeforeStopOperation Event
ArcGIS Developer Help

IEngineEditEvents.OnBeforeStopOperation Event

Fires before an edit operation stops.

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

Product Availability

Available with ArcGIS Engine.

Description

OnBeforeStopOperation is fired before the edit operation is finished at which point the sketch is discarded. Use this event to manipulate the sketch geometry before it is committed.

See Also

IEngineEditEvents Interface