Click or drag to resize
Wizard .NET Library

WizardPageInitEventArgsPreviousPage Property

Gets the WizardPage that was previously selected when the event was raised.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public WizardPage PreviousPage { get; }
Request Example View Source

Property Value

Type: WizardPage
The previous wizard page.
See Also