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


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

IEngineEditEvents.OnSketchFinished Event

Fires when the edit sketch is finished.

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

Product Availability

Available with ArcGIS Engine.

Description

The OnSketchFinished event is fired whenever a sketch is completed during an edit session. For example, a sketch is finished by double-clicking or by calling IEngineEditSketch::FinishSketch or ControlsEditingSketchFinishCommand programmatically.

See Also

IEngineEditEvents Interface