IMoveCPEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether the shift of the connecting line end point takes place.

Example

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:

IMoveCPEventArgs