Struct CellEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Args for events that relate to a specific Cell.
public record struct CellEventArgs : IEquatable<CellEventArgs>
Implements
Inherited Members
Constructors
CellEventArgs(List, int, (int Row, int Col))
Creates a new instance of the CellEventArgs class.
Properties
The index of the Cell in the line.
The list of runes the Cell is part of.
The unwrapped row and column index into the text containing the Cell. Unwrapped means the text without word wrapping or other visual formatting having been applied.