Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<Color?>)

Called before Value changes. Return true to cancel the change.

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

Parameters

args ValueChangingEventArgs<Color?>

Returns

bool