Table of Contents

Constructor SelectedCellChangedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SelectedCellChangedEventArgs(ITableSource, int, int, int, int)

Creates a new instance of arguments describing a change in selected cell in a TableView

public SelectedCellChangedEventArgs(ITableSource t, int oldCol, int newCol, int oldRow, int newRow)

Parameters

t ITableSource
oldCol int
newCol int
oldRow int
newRow int