Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<int?>)

Called when the ListView Value/SelectedItem is changing.

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.