Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public GridControlRowSelectionEventArgs(
GridControl grid,
Row row,
bool newSelectionState
) |
Visual Basic |
---|
Public Sub New (
grid As GridControl,
row As Row,
newSelectionState As Boolean
) |
Visual C++ |
---|
public:
GridControlRowSelectionEventArgs(
GridControl^ grid,
Row^ row,
bool newSelectionState
) |
F# |
---|
new :
grid : GridControl *
row : Row *
newSelectionState : bool -> GridControlRowSelectionEventArgs |
Parameters
- grid
- Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
- row
- Type: Dapfor.Wpf.Controls..::..Row
The row.
- newSelectionState
- Type: System..::..Boolean
if set to true, the Row should be selected.
See Also