ArcObjects Library Reference (Editor)  

IEditEvents2.OnVertexAdded Event

Called after a point/vertex is added to the sketch.

[Visual Basic .NET]
Public Event OnVertexAdded As OnVertexAddedEventHandler
[C#]
public event OnVertexAddedEventHandler OnVertexAdded

Product Availability

Available with ArcGIS Desktop.

Remarks

When IEditSketch2::VertexAdded is called, all clients listening to IEditEvents2::OnVertexAdded are notified.  This may be used to ensure the maximum number of points in a particular sketch is not exceeded, or if vertex attributes need to be set on each vertex when it is added to the edit sketch.

[C#]

For more information about using the OnVertexAdded event see How to listen to edit events.

See Also

IEditEvents2 Interface