Table of Contents

Class TableView.CellActivatedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the event arguments for CellActivated event

public class TableView.CellActivatedEventArgs : EventArgs
Inheritance
TableView.CellActivatedEventArgs
Inherited Members

Constructors

CellActivatedEventArgs(DataTable, int, int)

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

Properties

Col

The column index of the Table cell that is being activated

Row

The row index of the Table cell that is being activated

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