Class ListViewRowEventArgs
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class ListViewRowEventArgs : EventArgs
Constructors
| Edit this page View SourceListViewRowEventArgs(int)
Initializes with the current row.
Declaration
public ListViewRowEventArgs(int row)
Parameters
| Type | Name | Description |
|---|---|---|
| int | row |
Properties
| Edit this page View SourceRow
The current row being rendered.
Declaration
public int Row { get; }
Property Value
| Type | Description |
|---|---|
| int |
RowAttribute
The Attribute used by current row or
null to maintain the current attribute.
Declaration
public Attribute? RowAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| Attribute? |