Constructor CellActivatedEventArgs
CellActivatedEventArgs(ITableSource, int, int)
Creates a new instance of arguments describing a cell being activated in TableView
public CellActivatedEventArgs(ITableSource t, int col, int row)
Parameters
t
ITableSourcecol
introw
int