Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToolboxItem::ComponentsCreated Event

 

Occurs immediately after components are created.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
event ToolboxComponentsCreatedEventHandler^ ComponentsCreated {
	void add(ToolboxComponentsCreatedEventHandler^ value);
	void remove(ToolboxComponentsCreatedEventHandler^ value);
}

The ComponentsCreated event is raised each time components of this toolbox item are created.

For more information about handling events, see Handling and Raising Events.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft