Table of Contents

Class LinearRangeEventArgs<T>

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll
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.