ARCed.UI.DockPanel.MdiClientController.OnPaint C# (CSharp) Méthode

OnPaint() protected méthode

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