AttachCPEventArgs.CreateArgs

Syntax

CreateArgs(

Shape: IWxShape;

CPIndex: Integer;

ShapeToAttach: IWxShape;

CPIndexToAttach: Integer;

Cancel: Boolean);

Parameters

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

CPIndex - index of the end point that was shifted.

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

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

Cancel - parameter that determines whether the shift of the end point occurs.

Description

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

See also:

AttachCPEventArgs