Called when the background of the Grid should be painted.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
protected override void OnPaintBackground(
	PaintEventArgs args
)
Visual Basic
Protected Overrides Sub OnPaintBackground ( 
	args As PaintEventArgs
)
Visual C++
protected:
virtual void OnPaintBackground(
	PaintEventArgs^ args
) override
F#
abstract OnPaintBackground : 
        args : PaintEventArgs -> unit 
override OnPaintBackground : 
        args : PaintEventArgs -> unit 

Parameters

args
Type: System.Windows.Forms..::..PaintEventArgs
The PaintEventArgs instance containing the event data.

See Also