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