Sub OnNewEtlObject(Sender: Object; Args: INewEtlObjectEventArgs);
Begin
//set of operators;
End Sub OnNewEtlObject;
Sender. Parameter that returns the component that generated the event.
Args. 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: