Class Wizard.WizardStep.TitleEventArgs
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class Wizard.WizardStep.TitleEventArgs : EventArgs
Constructors
| Edit this page View SourceTitleEventArgs(ustring, ustring)
Initializes a new instance of Wizard.WizardStep.TitleEventArgs
Declaration
public TitleEventArgs(ustring oldTitle, ustring newTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| ustring | oldTitle | The Title that is/has been replaced. |
| ustring | newTitle | The new Title to be replaced. |
Properties
| Edit this page View SourceCancel
Flag which allows cancelling the Title change.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NewTitle
The new Window Title.
Declaration
public ustring NewTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| ustring |
OldTitle
The old Window Title.
Declaration
public ustring OldTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| ustring |