Table of Contents

Method OnTitleChanged

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnTitleChanged(string, string)

Called when the Title has been changed. Invokes the TitleChanged event.

public virtual void OnTitleChanged(string oldTitle, string newTitle)

Parameters

oldTitle string

The Title that is/has been replaced.

newTitle string

The new Title to be replaced.