Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<int>)

Called when Value is changing. Return true to cancel the change.

protected virtual bool OnValueChanging(ValueChangingEventArgs<int> args)

Parameters

args ValueChangingEventArgs<int>

The event arguments containing old and new values.

Returns

bool

true to cancel the change; otherwise false.