Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<TableSelection?>)

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

protected virtual bool OnValueChanging(ValueChangingEventArgs<TableSelection?> args)

Parameters

args ValueChangingEventArgs<TableSelection>

Returns

bool