EtlBox.OnBeforeMoveCP

Syntax

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

Begin
      //set of operators;

End Sub OnBeforeMoveCP;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeMoveCP event occurs before moving the line connection point.

Comments

Connection point moving can be canceled using the IEtlMoveCPEventArgs.Cancel property.

Example

The event use is given in the example for IEtlMoveCPEventArgs.CPIndex.

See also:

EtlBox