Show / Hide Table of Contents

Class ListBox.SelectedItemEventArgs

The event args used when the selected item changes.

Inheritance
object
EventArgs
ListBox.SelectedItemEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX