Class Window.TitleEventArgs | Terminal.Gui v1 (original) (raw)
Namespace
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
object.ReferenceEquals(object, object)
Constructors
TitleEventArgs(ustring, ustring)
Initializes a new instance of Window.TitleEventArgs
Properties
Flag which allows cancelling the Title change.
The new Window Title.
The old Window Title.