Method | Description | |
---|---|---|
CellEventArgsBase ( |
Initializes a new instance of the CellEventArgs class with the specified Cell source and event type
|
|
CellEventArgsBase ( |
Initializes a new instance of the CellEventArgs class with the specified Cell source, column index and row index
|
Method | Description | |
---|---|---|
SetColumn ( int column ) : void |
|
|
SetRow ( int row ) : void |
|
public CellEventArgsBase ( |
||
source | The Cell that Raised the event | |
return | System |
public CellEventArgsBase ( |
||
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 |