This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents2 Interface > IEditEvents2.OnVertexMoved Event (ArcObjects .NET 10.4 SDK) |
Called after a vertex/point has been moved in the sketch.
[Visual Basic .NET] Public Event OnVertexMoved As OnVertexMovedEventHandler
[C#] public event OnVertexMovedEventHandler OnVertexMoved
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.