ArcObjects Library Reference (Editor)  

IEditEvents2.OnVertexMoved Event

Called after a vertex/point has been moved in the sketch.

[Visual Basic .NET]
Public Event OnVertexMoved As OnVertexMovedEventHandler
[C#]
public event OnVertexMovedEventHandler OnVertexMoved

Product Availability

Available with ArcGIS Desktop.

Remarks

OnVertexMoved is fired when the location of a vertex in the edit sketch is modified.  If the an edit sketch vertex is modified programmatically, call IEditSketch2::VertexMoved to ensure all clients listening for this event are notified.

[C#]

For more information on using the OnVertexMoved Event see How to listen to edit events.

See Also

IEditEvents2 Interface