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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

public class CellToggledEventArgs : EventArgs

Inheritance

CellToggledEventArgs

Inherited Members

Constructors

CellToggledEventArgs(ITableSource, int, int)

Creates a new instance of arguments describing a cell being toggled in TableView

Properties

Cancel

Gets or sets whether to cancel the processing of this event

Col

The column index of the Table cell that is being toggled

Row

The row index of the Table cell that is being toggled

Table

The current table to which the new indexes refer. May be null e.g. if selection change is the result of clearing the table from the view