ARCed.UI.DockPanel.MdiClientController.OnLayout C# (CSharp) Method

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
return void
            protected virtual void OnLayout(LayoutEventArgs e)
            {
                // Raise the Layout event
                if (this.Layout != null)
                    this.Layout(this, e);
            }