Sub OnBeforeMoveCP(Sender: Object; Args: IEtlMoveCPEventArgs);
Begin
//set of operators;
End Sub OnBeforeMoveCP;
Sender. Parameter returning the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnBeforeMoveCP event occurs before moving the line connection point.
The IEtlMoveCPEventArgs.Cancel property of event argument can be used to cancel connection point movements.
The example of use is given in description of the IEtlMoveCPEventArgs.CPIndex property.
See also: