Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<ColorName16>)

Called when the ColorPicker16 Value is changing.

protected virtual bool OnValueChanging(ValueChangingEventArgs<ColorName16> args)

Parameters

args ValueChangingEventArgs<ColorName16>

The event arguments containing old and new values.

Returns

bool

true to cancel the change; otherwise false.