EtlBox.OnBeforeMoveCP

Fore Syntax

Sub OnBeforeMoveCP(Sender: Object; Args: IEtlMoveCPEventArgs);

Begin

//set of operators;

End Sub OnBeforeMoveCP;

Parameters

Sender. Parameter returning the component that generated the event.

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

Description

The OnBeforeMoveCP event occurs before moving the line connection point.

Comments

The IEtlMoveCPEventArgs.Cancel property of event argument can be used to cancel connection point movements.

Fore Example

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

See also:

EtlBox