This document is archived and information here might be outdated. Recommended version. |
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.