ArcObjects Library Reference (Editor)  

IEditEvents.OnSketchModified Event

Called when the edit sketch is modified.

[Visual Basic .NET]
Public Event OnSketchModified As OnSketchModifiedEventHandler
[C#]
public event OnSketchModifiedEventHandler OnSketchModified

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever sketch vertices are deleted, added, or moved during an edit session, the OnSketchModified is fired.

See Also

IEditEvents Interface