Table of Contents

Method RaiseValueChanging

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

RaiseValueChanging(int?, int?)

Raises the ValueChanging event.

protected bool RaiseValueChanging(int? currentValue, int? newValue)

Parameters

currentValue int?
newValue int?

Returns

bool

true if the change was cancelled.