Table of Contents

Class SelectedItemChangedArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Event arguments for the SelectedItemChagned 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. -1 if there was no previous selection.

SelectedItem

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