Table of Contents

Constructor SliderEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SliderEventArgs(Dictionary<int, SliderOption<T>>, int)

Initializes a new instance of SliderEventArgs<T>

public SliderEventArgs(Dictionary<int, SliderOption<T>> options, int focused = -1)

Parameters

options Dictionary<int, SliderOption<T>>

The current options.

focused int

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