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


IEngineEditEvents.OnStopOperation 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.OnStopOperation Event
ArcGIS Developer Help

IEngineEditEvents.OnStopOperation Event

Fires when an edit operation stops.

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

Product Availability

Available with ArcGIS Engine.

Description

The OnStopOperation event is fired whenever an edit operation is stopped or when IEngineEditor::StopOperation is called. At this stage a feature has been created using the sketch geometry but the IEngineEditSketch::Geometry is still available.

See Also

IEngineEditEvents Interface