Class StepChangeEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class StepChangeEventArgs : EventArgs
Inheritance
StepChangeEventArgs
Inherited Members
Constructors
StepChangeEventArgs(WizardStep, WizardStep)
Initializes a new instance of StepChangeEventArgs
Properties
Event handlers can set to true before returning to cancel the step transition.
The WizardStep the Wizard is changing to or has changed to.
The current (or previous) WizardStep.