Fires when the edit sketch is finished.
[Visual Basic 6.0]
Event OnSketchFinished
[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.