Class SliderEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

EventArgs for Slider events.

public class SliderEventArgs<T> : EventArgs

Type Parameters

T

Inheritance

object

EventArgs

SliderEventArgs

Inherited Members

EventArgs.Empty

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

SliderEventArgs(Dictionary<int, SliderOption>, int)

Initializes a new instance of SliderEventArgs

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.

Edit this page