ElementHost::ControlAdded Event

 

Occurs when a new control is added to the Control::ControlCollection.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event ControlEventHandler^ ControlAdded {
	void add(ControlEventHandler^ value);
	void remove(ControlEventHandler^ value);
}

For more information about the ControlAdded event, see Control::ControlAdded.

.NET Framework
Available since 3.0
Return to top
Show: