Table of Contents

Class SliderEventArgs<T>

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

EventArgs for Slider<T> events.

public class SliderEventArgs<T> : EventArgs

Type Parameters

T
Inheritance
SliderEventArgs<T>
Inherited Members

Constructors

SliderEventArgs(Dictionary<int, SliderOption<T>>, int)

Initializes a new instance of SliderEventArgs<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.