Constructor CellToggledEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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 ITableSource

col int

row int

Edit this page