IComponentChangeService::ComponentRemoved Event

 

Occurs when a component has been removed.

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

event ComponentEventHandler^ ComponentRemoved {
	void add(ComponentEventHandler^ value);
	void remove(ComponentEventHandler^ value);
}

This event occurs during unload and when a component is deleted by the user. The event occurs before the site has been removed from the component.

.NET Framework
Available since 1.1
Return to top
Show: