ARCed.UI.DockPanel.MdiClientController.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void
            protected virtual void OnPaint(PaintEventArgs e)
            {
                // Raise the Paint event.
                if (this.Paint != null)
                    this.Paint(this, e);
            }