Sub OnAfterMoveCP(Sender: Object; Args: IEtlAttachCPEventArgs);
Begin
//set of operators;
End Sub OnAfterMoveCP;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnAfterMoveCP event occurs after the line connection point is moved.
The event use is given in the example for IEtlMoveCPEventArgs.CPIndex.
See also: