IDtsComponentUI.Delete(IWin32Window) Method

Definition

Called when the component is deleted from the SSIS Designer surface.

public:
 void Delete(System::Windows::Forms::IWin32Window ^ parentWindow);
public void Delete (System.Windows.Forms.IWin32Window parentWindow);
abstract member Delete : System.Windows.Forms.IWin32Window -> unit
Public Sub Delete (parentWindow As IWin32Window)

Parameters

parentWindow
IWin32Window

The IWin32Window interface of the designer hosting the component.

Remarks

This method is called when a component is deleted from the designer surface. Use this method to notify users of any unforeseen side effects caused by removing the component.

Applies to