ElementHost::ControlRemoved Event

 

Occurs when a control is removed from the Control::ControlCollection.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: