ListBox.SelectedItemEventArgs Class
Definition
Section titled “Definition”The event args used when the selected item changes.
public class ListBox.SelectedItemEventArgs : EventArgsInheritance object → EventArgs
Constructors
Section titled “Constructors”SelectedItemEventArgs(object?)
Section titled “SelectedItemEventArgs(object?)”Creates a new instance of this type with the specified item.
public SelectedItemEventArgs(object? item)Parameters
Section titled “Parameters”item object
The selected item from the list.
Fields
Section titled “Fields”The item selected.
public readonly object? Item