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 GridRowExpansionEventArgs(
	Grid grid,
	Row row,
	bool newValue
)
Visual Basic
Public Sub New ( 
	grid As Grid,
	row As Row,
	newValue As Boolean
)
Visual C++
public:
GridRowExpansionEventArgs(
	Grid^ grid, 
	Row^ row, 
	bool newValue
)
F#
new : 
        grid : Grid * 
        row : Row * 
        newValue : bool -> GridRowExpansionEventArgs

Parameters

grid
Type: Dapfor.Net.Ui..::..Grid
The grid.
row
Type: Dapfor.Net.Ui..::..Row
The row.
newValue
Type: System..::..Boolean
New value of expansion.

See Also