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


IEditEvents.OnSketchModified Event (ArcObjects .NET 10.5 SDK)
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