Click or drag to resize
PageEventArgsPage Property
Gets/Sets the wizard page that will be displayed next. If you set this it must be to a wizardPage from the wizard.

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WizardPage Page { get; set; }

Property Value

Type: WizardPage
See Also