Constructor LinearRangeEventArgs
LinearRangeEventArgs(Dictionary<int, LinearRangeOption<T>>, int)
Initializes a new instance of LinearRangeEventArgs<T>
public LinearRangeEventArgs(Dictionary<int, LinearRangeOption<T>> options, int focused = -1)
Parameters
optionsDictionary<int, LinearRangeOption<T>>The current options.
focusedintIndex of the option that is focused. -1 if no option has the focus.