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