Class Wizard.WizardStep.TitleEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

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

public class Wizard.WizardStep.TitleEventArgs : EventArgs

Inheritance

object

EventArgs

Wizard.WizardStep.TitleEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Constructors

TitleEventArgs(ustring, ustring)

Initializes a new instance of Wizard.WizardStep.TitleEventArgs

Properties

Cancel

Flag which allows cancelling the Title change.

NewTitle

The new Window Title.

OldTitle

The old Window Title.

Edit this page