Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<Attribute?>)

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

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

Parameters

args ValueChangingEventArgs<Attribute?>

Returns

bool