Table of Contents

Constructor CellEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CellEventArgs(List<Cell>, int, (int Row, int Col))

Creates a new instance of the CellEventArgs class.

public CellEventArgs(List<Cell> line, int col, (int Row, int Col) unwrappedPosition)

Parameters

line List<Cell>

The line.

col int

The col index.

unwrappedPosition (int Row, int Col)

The unwrapped row and col index.