Sub OnNewEtlObject(Sender: Object; Args: INewEtlObjectEventArgs);
Begin
//set of operators;
End Sub OnNewEtlObject;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnNewEtlObject event occurs on calling the wizard to create a new connector/transformer.
The wizard is called on clicking on the connector/transformer on one of the component's panels.
See also: