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


IEngineEditEvents.OnSketchFinished Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

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