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

OnPaint() protected method

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