ArcObjects Library Reference (Controls)  

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