This document is archived and information here might be outdated. Recommended version. |
Fired when Point1 is edited manually.
[Visual Basic .NET]
Public Sub OnEditPoint ( _
ByVal Index As Integer, _
ByVal ptID As Integer _
)
[C#]
public void OnEditPoint (
int Index,
int ptID
);