- affectedControl
- A System.Windows.Forms.Control that represents the most recently changed control.
- affectedProperty
- The name of the most recently changed property on the control.
If the Control.SuspendLayout method was called before calling the Control.PerformLayout method, the Control.Layout event is suppressed.
The affectedControl and affectedProperty parameters can both be set to null. Doing so causes the LayoutEventArgs.AffectedControl and LayoutEventArgs.AffectedProperty properties of the System.Windows.Forms.LayoutEventArgs created to be set to null.