EtlObjectPanelBox.OnNewEtlObject

Syntax

Sub OnNewEtlObject(Sender: Object; Args: INewEtlObjectEventArgs);

Begin

//set of operators;

End Sub OnNewEtlObject;

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 OnNewEtlObject event occurs on calling the wizard to create a new connector/transformer.

Comments

The wizard is called on clicking on the connector/transformer on one of the component's panels.

See also:

EtlObjectPanelBox