Class LinearRangeEventArgs<T>
EventArgs for LinearRange<T> events.
public class LinearRangeEventArgs<T> : EventArgs
Type Parameters
T
- Inheritance
-
LinearRangeEventArgs<T>
- Inherited Members
Constructors
- LinearRangeEventArgs(Dictionary<int, LinearRangeOption<T>>, int)
Initializes a new instance of LinearRangeEventArgs<T>
Properties
- Cancel
If set to true, the focus operation will be canceled, if applicable.
- Focused
Gets or sets the index of the option that is focused.
- Options
Gets/sets whether the option is set or not.