Table of Contents

Class SelectedItemChangedArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Event arguments for the SelectedItemChanged event.

public class SelectedItemChangedArgs : EventArgs
Inheritance
SelectedItemChangedArgs
Inherited Members

Constructors

SelectedItemChangedArgs(int?, int?)

Initializes a new SelectedItemChangedArgs class.

Properties

PreviousSelectedItem

Gets the index of the item that was previously selected. null if there was no previous selection.

SelectedItem

Gets the index of the item that is now selected. null if there is no selection.