Table of Contents

Constructor LinearRangeEventArgs

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

LinearRangeEventArgs(Dictionary<int, LinearRangeOption<T>>, int)

Initializes a new instance of LinearRangeEventArgs<T>

public LinearRangeEventArgs(Dictionary<int, LinearRangeOption<T>> options, int focused = -1)

Parameters

options Dictionary<int, LinearRangeOption<T>>

The current options.

focused int

Index of the option that is focused. -1 if no option has the focus.