Cancel: Boolean;
The Cancel property determines whether the connecting line end point is shifted.
Sub WorkspaceBox1OnBeforeMoveCP(Sender: Object; Args: IMoveCPEventArgs);
Begin
Args.Cancel := True;
End Sub WorkspaceBox1OnBeforeMoveCP;
After executing the event the shift of the end points of the connecting lines is canceled.
See also: