Table of Contents

Class RuneCellEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Args for events that relate to a specific RuneCell.

public class RuneCellEventArgs
Inheritance
RuneCellEventArgs
Inherited Members

Constructors

RuneCellEventArgs(List<RuneCell>, int, (int Row, int Col))

Creates a new instance of the RuneCellEventArgs class.

Properties

Col

The index of the RuneCell in the line.

Line

The list of runes the RuneCell is part of.

UnwrappedPosition

The unwrapped row and column index into the text containing the RuneCell. Unwrapped means the text without word wrapping or other visual formatting having been applied.