Constructor SliderEventArgs
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
intIndex of the option that is focused. -1 if no option has the focus.