Provides information on the Row in the Grid.

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

Syntax

C#
public GridRowEventArgs(
	Grid grid,
	Row row
)
Visual Basic
Public Sub New ( 
	grid As Grid,
	row As Row
)
Visual C++
public:
GridRowEventArgs(
	Grid^ grid, 
	Row^ row
)
F#
new : 
        grid : Grid * 
        row : Row -> GridRowEventArgs

Parameters

grid
Type: Dapfor.Net.Ui..::..Grid
The grid.
row
Type: Dapfor.Net.Ui..::..Row
The row.

See Also