Initializes a new instance of the GridColumnEventArgs class.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public GridColumnEventArgs( Grid grid, Column column ) |
| Visual Basic |
|---|
Public Sub New ( grid As Grid, column As Column ) |
| Visual C++ |
|---|
public: GridColumnEventArgs( Grid^ grid, Column^ column ) |
| F# |
|---|
new : grid : Grid * column : Column -> GridColumnEventArgs |
Parameters
- grid
- Type: Dapfor.Net.Ui..::..Grid
The grid.
- column
- Type: Dapfor.Net.Ui..::..Column
The column.