ElementHost::Layout Event

 

Occurs when a control should reposition its child controls.

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

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

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

.NET Framework
Available since 3.0
Return to top
Show: