Method | Description | |
---|---|---|
CellButtonEventArgs ( |
Initializes a new instance of the CellButtonEventArgs class with the specified Cell source, row index and column index
|
public CellButtonEventArgs ( |
||
source | The Cell that raised the event | |
column | int | The Column index of the Cell |
row | int | The Row index of the Cell |
return | System |