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


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

IEngineEditEvents.OnSketchModified Event

Fires when the edit sketch is modified.

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

Product Availability

Available with ArcGIS Engine.

Description

The OnSketchModified event is fired whenever sketch vertices are deleted, added, or moved during an edit session.

See Also

IEngineEditEvents Interface