Class SelectedItemChangedArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event arguments for the SelectedItemChagned event.

public class SelectedItemChangedArgs : EventArgs

Inheritance

object

EventArgs

SelectedItemChangedArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

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.

Edit this page