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
optionsDictionary<int, SliderOption<T>>The current options.
focusedintIndex of the option that is focused. -1 if no option has the focus.