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
);