Struct CellEventArgs
Args for events that relate to a specific Cell.
public record struct CellEventArgs : IEquatable<CellEventArgs>
- Implements
- Inherited Members
Constructors
- CellEventArgs(List<Cell>, int, (int Row, int Col))
Creates a new instance of the CellEventArgs class.
Properties
- Col
The index of the Cell in the line.
- Line
The list of runes the Cell is part of.
- UnwrappedPosition
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.