Class SelectedItemChangedArgs | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event arguments for the SelectedItemChagned event.
public class SelectedItemChangedArgs : EventArgs
Inheritance
SelectedItemChangedArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
SelectedItemChangedArgs(int, int)
Initializes a new SelectedItemChangedArgs class.
Properties
Gets the index of the item that was previously selected. -1 if there was no previous selection.
Gets the index of the item that is now selected. -1 if there is no selection.