Skip to main content

WizardCommandButtonClickEventArgs(BaseWizardPage) Constructor

Initializes a new instance of the WizardCommandButtonClickEventArgs class.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public WizardCommandButtonClickEventArgs(
    BaseWizardPage page
)

Parameters

Name Type Description
page BaseWizardPage

A BaseWizardPage descendant that represents the current wizard page. This value is assigned to the WizardPageEventArgs.Page property.

See Also