- container
The container on which the layout engine will operate.
- layoutEventArgs
An event argument from a System.Windows.Forms.Control.Layout event.
![]()
true if layout should be performed again by the parent of container; otherwise, false.
This method is called when the layout engine is to perform a layout operation on the container parameter. You can check the value of the System.Windows.Forms.LayoutEventArgs.AffectedProperty, System.Windows.Forms.LayoutEventArgs.AffectedComponent, and System.Windows.Forms.LayoutEventArgs.AffectedControl properties on layoutEventArgs to decide if a layout operation is necessary.