ArcObjects Library Reference (EditorExt)  

IControlPointContainerEvents.ControlPointAdded Event

Occurs when the control point is added.

[Visual Basic 6.0]
Event ControlPointAdded(
    ByVal ID As String, _
    point As WKSPoint _
)
[Visual Basic .NET]
Public Event ControlPointAdded As ControlPointAddedEventHandler
[C#]
public event ControlPointAddedEventHandler ControlPointAdded

Product Availability

Available with ArcGIS Desktop.

See Also

IControlPointContainerEvents Interface