Method | Description | |
---|---|---|
CellKeyEventArgs ( |
Initializes a new instance of the CellKeyEventArgs class with the specified source Cell, table, row index, column index and cell bounds
|
|
CellKeyEventArgs ( |
Initializes a new instance of the CellKeyEventArgs class with the specified source Cell, table, row index, column index, cell bounds and KeyEventArgs
|
public CellKeyEventArgs ( |
||
cell | The Cell that Raised the event | |
table | The Table the Cell belongs to | |
cellPos | ||
cellRect | The Cell's bounding rectangle | |
kea | ||
return | System |
public CellKeyEventArgs ( |
||
cell | The Cell that Raised the event | |
table | The Table the Cell belongs to | |
row | int | The Row index of the Cell |
column | int | The Column index of the Cell |
cellRect | The Cell's bounding rectangle | |
kea | ||
return | System |