Class ListBox.SelectedItemEventArgs
The event args used when the selected item changes.
Inherited Members
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.dll
Syntax
public class ListBox.SelectedItemEventArgs : EventArgs
Constructors
SelectedItemEventArgs(object?)
Creates a new instance of this type with the specified item.
Declaration
public SelectedItemEventArgs(object? item)
Parameters
Type | Name | Description |
---|---|---|
object | item | The selected item from the list. |
Fields
Item
The item selected.
Declaration
public readonly object? Item
Field Value
Type | Description |
---|---|
object |