Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public GridControlCellEventArgs(
GridControl grid,
Cell cell
) |
Visual Basic |
---|
Public Sub New (
grid As GridControl,
cell As Cell
) |
Visual C++ |
---|
public:
GridControlCellEventArgs(
GridControl^ grid,
Cell^ cell
) |
F# |
---|
new :
grid : GridControl *
cell : Cell -> GridControlCellEventArgs |
Parameters
- grid
- Type: Dapfor.Wpf.Controls..::..GridControl
The grid.
- cell
- Type: Dapfor.Wpf.Controls..::..Cell
The cell.
See Also