DesignSurface::ViewActivated Event

 

Occurs when the Activate method has been called on IDesignerHost.

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

public:
event EventHandler^ ViewActivated {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

If you want to support the Activate method, your event handler should activate the window for this design surface.

.NET Framework
Available since 2.0
Return to top
Show: