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);
            }