Method | Description | |
---|---|---|
CellEditEventArgs ( |
Initializes a new instance of the CellEventArgs class with the specified Cell source, column index and row index
|
|
CellEditEventArgs ( |
Initializes a new instance of the CellEventArgs class with the specified Cell source, column index and row index
|
public CellEditEventArgs ( |
||
source | The Cell that Raised the event | |
editor | ICellEditor | The CellEditor used to edit the Cell |
table | The Table that the Cell belongs to | |
return | System |
public CellEditEventArgs ( |
||
source | The Cell that Raised the event | |
editor | ICellEditor | The CellEditor used to edit the Cell |
table | The Table that the Cell belongs to | |
row | int | The Column index of the Cell |
column | int | The Row index of the Cell |
cellRect | ||
return | System |