This document is archived and information here might be outdated. Recommended version. |
[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 );