Table of Contents

Constructor TitleEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

TitleEventArgs(ustring, ustring)

Initializes a new instance of Wizard.WizardStep.TitleEventArgs

public TitleEventArgs(ustring oldTitle, ustring newTitle)

Parameters

oldTitle ustring

The Title that is/has been replaced.

newTitle ustring

The new Title to be replaced.