Class Wizard.StepChangeEventArgs
EventArgs for Wizard.WizardStep events.
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.