Table of Contents

Property Value

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Value

Gets or sets the value that will be incremented or decremented.

public T Value { get; set; }

Property Value

T

Remarks

ValueChanging and ValueChanged events are raised when the value changes. The ValueChanging event can be canceled the change setting HandledEventArgs.Handled to true.