Click or drag to resize
Wizard .NET Library

WizardPageConfirmEventArgsPage Property

Gets the WizardPage that has raised the event.

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

Property Value

Type: WizardPage
The wizard page.
See Also