Table of Contents

Constructor ValueChangedEventArgs

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

ValueChangedEventArgs(T, T)

Initializes a new instance of the ValueChangedEventArgs<T> class.

public ValueChangedEventArgs(T oldValue, T newValue)

Parameters

oldValue T

The value before the change, which may be null for nullable types.

newValue T

The value after the change, which may be null for nullable types.