IMoveCPEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether the connecting line end point is shifted.

Example

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:

IMoveCPEventArgs