Table of Contents

Method RaiseTextChanging

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

RaiseTextChanging(ResultEventArgs<string>)

Raises the TextChanging event, enabling canceling the change or adjusting the text.

public bool RaiseTextChanging(ResultEventArgs<string> args)

Parameters

args ResultEventArgs<string>

The event arguments.

Returns

bool

true if the event was cancelled or the text was adjusted by the event.