IDesignerHost::Deactivated Event

 

Occurs when this designer is deactivated.

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

event EventHandler^ Deactivated {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

A designer is deactivated just before it is no longer displayed.

.NET Framework
Available since 1.1
Return to top
Show: