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