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


IEditEvents2.OnVertexMoved Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.OnVertexMoved Event
ArcGIS Developer Help

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