Fires when a vertex is moved in the edit sketch.
[Visual Basic 6.0] Event OnVertexMoved(
ByVal point As IPoint _
)
[Visual Basic .NET] Public Event OnVertexMoved As OnVertexMovedEventHandler
[C#] public event OnVertexMovedEventHandler OnVertexMoved
[C++]
HRESULT OnVertexMoved(
IPoint* point
);
[C++]Parameters
point [in]point is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine.
Description
The OnVertexMoved event is fired whenever the location of a vertex in the edit sketch is modified. If the edit sketch vertex is modified programmatically call IEngineEditSketch::VertexMoved to ensure that this event is fired.