Class StepChangeEventArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

public class StepChangeEventArgs : EventArgs

Inheritance

StepChangeEventArgs

Inherited Members

Constructors

StepChangeEventArgs(WizardStep, WizardStep)

Initializes a new instance of StepChangeEventArgs

Properties

Cancel

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

NewStep

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

OldStep

The current (or previous) WizardStep.