Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<Rune>)

Called when the CharMap Value is changing.

protected virtual bool OnValueChanging(ValueChangingEventArgs<Rune> args)

Parameters

args ValueChangingEventArgs<Rune>

The event arguments containing old and new values.

Returns

bool

true to cancel the change; otherwise false.