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