Table of Contents

Constructor ValueChangingEventArgs

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

ValueChangingEventArgs(T, T)

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

public ValueChangingEventArgs(T currentValue, T newValue)

Parameters

currentValue T

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

newValue T

The proposed new value, which may be null for nullable types.