Initializes a new instance of the GridCellEventArgs class.

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

Syntax

C#
public GridCellEventArgs(
	Grid grid,
	Cell cell
)
Visual Basic
Public Sub New ( 
	grid As Grid,
	cell As Cell
)
Visual C++
public:
GridCellEventArgs(
	Grid^ grid, 
	Cell^ cell
)
F#
new : 
        grid : Grid * 
        cell : Cell -> GridCellEventArgs

Parameters

grid
Type: Dapfor.Net.Ui..::..Grid
The grid.
cell
Type: Dapfor.Net.Ui..::..Cell
The cell.

See Also