Class CellActivatedEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class CellActivatedEventArgs : EventArgs
Inheritance
CellActivatedEventArgs
Inherited Members
Constructors
CellActivatedEventArgs(ITableSource, int, int)
Creates a new instance of arguments describing a cell being activated in TableView
Properties
The column index of the Table cell that is being activated
The row index of the Table cell that is being activated
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