'Declaration Public Event ComponentsCreating As System.Drawing.Design.ToolboxComponentsCreatingEventHandler
public event System.Drawing.Design.ToolboxComponentsCreatingEventHandler ComponentsCreating
Event Data
The event handler receives an argument of type System.Drawing.Design.ToolboxComponentsCreatingEventArgs containing data related to this event. The following ToolboxComponentsCreatingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DesignerHost | Gets or sets an instance of the System.ComponentModel.Design.IDesignerHost that made the request to create toolbox components. |
See Also