Called after a point is deleted from the sketch.
[Visual Basic 6.0] Event OnVertexDeleted(
ByVal point As IPoint _
)
[Visual Basic .NET] Public Event OnVertexDeleted As OnVertexDeletedEventHandler
[C#] public event OnVertexDeletedEventHandler OnVertexDeleted
Product Availability
Available with ArcGIS Desktop.
Remarks
When IEditSketch2::VertexDeleted is called, all clients listening to IEditEvents2::OnVertexDeleted are notified.
[C#]
For more information on the OnVertexDeleted event see How to listen to edit events.