This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditEvents Interface > IEngineEditEvents.OnBeforeStopOperation Event (ArcObjects .NET 10.5 SDK) |
Fires before an edit operation stops.
[Visual Basic .NET] Public Event OnBeforeStopOperation As OnBeforeStopOperationEventHandler
[C#] public event OnBeforeStopOperationEventHandler OnBeforeStopOperation
[C++]
HRESULT OnBeforeStopOperation(
void
);
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.