Initializes a new instance of the GridControlHeaderEventArgs class.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public GridControlHeaderEventArgs(
	GridControl grid,
	Header header
)
Visual Basic
Public Sub New ( 
	grid As GridControl,
	header As Header
)
Visual C++
public:
GridControlHeaderEventArgs(
	GridControl^ grid, 
	Header^ header
)
F#
new : 
        grid : GridControl * 
        header : Header -> GridControlHeaderEventArgs

Parameters

grid
Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
header
Type: Dapfor.Wpf.Controls..::..Header
The header.

See Also