Method OnTitleChanging | Terminal.Gui v2 (original) (raw)
Namespace
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
true
if an event handler canceled the Title change.