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