ArcObjects Library Reference (Editor)  

IEditSketch2.VertexMoved Method

Call to notify listeners that a sketch vertex has been moved.

[Visual Basic .NET]
Public Sub VertexMoved ( _
    ByVal point As IPoint _
)
[C#]
public void VertexMoved (
    IPoint point
);

Product Availability

Available with ArcGIS Desktop.

Remarks

When IEditSketch2::VertexMoved is called, all clients listening to IEditEvents2::OnVertexMoved are notified.

See Also

IEditSketch2 Interface