Table of Contents

Class Window.TitleEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

An EventArgs which allows passing a cancelable new Title value event.

public class Window.TitleEventArgs : EventArgs
Inheritance
Window.TitleEventArgs
Inherited Members

Constructors

TitleEventArgs(ustring, ustring)

Initializes a new instance of Window.TitleEventArgs

Properties

Cancel

Flag which allows cancelling the Title change.

NewTitle

The new Window Title.

OldTitle

The old Window Title.