AttachCPEventArgs.CreateArgs

Syntax

CreateArgs(

Shape: IWxShape;

CPIndex: Integer;

ShapeToAttach: IWxShape;

CPIndexToAttach: Integer;

Cancel: Boolean);

Parameters

Shape is the workspace object, the end point of which was shifted.

CPIndex is an index of the end point that was shifted.

ShapeToAttach is the workspace object, to connecting point of which the Shape point was connected.

CPIndexToAttach is an index of the end point, to which the Shape point was connected.

Cancel is a parameter that determines whether the shift of the end point takes place.

Description

The CreateArgs designer creates the event argument that arises after the shift of one of the end points of the connecting line.

See also:

AttachCPEventArgs