Skip to main content

WizardPageEventArgs(BaseWizardPage) Constructor

Initializes a new instance of the WizardPageEventArgs class.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public WizardPageEventArgs(
    BaseWizardPage page
)

Parameters

Name Type Description
page BaseWizardPage

A BaseWizardPage descendant that represents the processed wizard page.

See Also