Table of Contents

Class ListViewRowEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventArgs used by the RowRender event.

public class ListViewRowEventArgs : EventArgs
Inheritance
ListViewRowEventArgs
Inherited Members

Constructors

ListViewRowEventArgs(int)

Initializes with the current row.

Properties

Row

The current row being rendered.

RowAttribute

The Attribute used by current row or null to maintain the current attribute.