This document is archived and information here might be outdated.  Recommended version.


ControlPointAddedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

ControlPointAddedEventHandler Delegate

Represents the method that handles the ControlPointAdded event.
[Visual Basic .NET]
Public Delegate Sub ControlPointAddedEventHandler ( _
    ByVal ID As String, _
    ByRef point As WKSPoint _
)
[C#]
public delegate void ControlPointAddedEventHandler (
    string ID,
    ref WKSPoint point
);