ARCed.UI.DockPanel.MdiClientController.OnLayout C# (CSharp) Метод

OnLayout() защищенный Метод

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Результат void
            protected virtual void OnLayout(LayoutEventArgs e)
            {
                // Raise the Layout event
                if (this.Layout != null)
                    this.Layout(this, e);
            }