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