ArcObjects Library Reference (Controls)  

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