EtlBox.OnAfterMoveCP

Syntax

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

Begin
      //set of operators;

End Sub OnAfterMoveCP;

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 OnAfterMoveCP event occurs after the line connection point is moved.

Example

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

See also:

EtlBox