EtlBox.OnAfterMoveCP

Fore Syntax

Sub OnAfterMoveCP(Sender: Object; Args: IEtlAttachCPEventArgs);

Begin

//set of operators;

End Sub OnAfterMoveCP;

Parameters

Sender. Parameter returning the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnAfterMoveCP event occurs after the line connection point is moved.

Fore Example

The example of use is given in description of the IEtlMoveCPEventArgs.CPIndex property.

See also:

EtlBox