Provides information on the Row in the GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public GridControlRowEventArgs( GridControl grid, Row row ) |
Visual Basic |
---|
Public Sub New ( grid As GridControl, row As Row ) |
Visual C++ |
---|
public: GridControlRowEventArgs( GridControl^ grid, Row^ row ) |
F# |
---|
new : grid : GridControl * row : Row -> GridControlRowEventArgs |
Parameters
- grid
- Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
- row
- Type: Dapfor.Wpf.Controls..::..Row
The row.