ComponentFactory.Krypton.Toolkit.NeedLayoutEventArgs.NeedLayoutEventArgs C# (CSharp) Method

NeedLayoutEventArgs() public method

Initialize a new instance of the NeedLayoutEventArgs class.
public NeedLayoutEventArgs ( bool needLayout ) : System
needLayout bool Does the layout need regenerating.
return System
        public NeedLayoutEventArgs(bool needLayout)
            : this(needLayout, Rectangle.Empty)
        {
        }

Same methods

NeedLayoutEventArgs::NeedLayoutEventArgs ( bool needLayout, Rectangle invalidRect ) : System
NeedLayoutEventArgs