Table of Contents

Class Wizard.StepChangeEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll
public class Wizard.StepChangeEventArgs : EventArgs
Inheritance
Wizard.StepChangeEventArgs
Inherited Members

Constructors

StepChangeEventArgs(WizardStep, WizardStep)

Initializes a new instance of Wizard.StepChangeEventArgs

Properties

Cancel

Event handlers can set to true before returning to cancel the step transition.

NewStep

The Wizard.WizardStep the Wizard is changing to or has changed to.

OldStep

The current (or previous) Wizard.WizardStep.