Table of Contents

Method OnTitleChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnTitleChanging(ref string)

Called before the Title changes. Invokes the TitleChanging event, which can be cancelled.

protected bool OnTitleChanging(ref string newTitle)

Parameters

newTitle string

The new Title to be replaced.

Returns

bool

true if an event handler canceled the Title change.