Skip to main content
A newer version of this page is available. .

BaseWizardPage.PageInit Event

Fires when the current BaseWizardPage is about to be displayed and allows you to initialize the content of this page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

public event EventHandler PageInit

Event Data

The PageInit event's data class is EventArgs.

Remarks

The PageInit event is raised when the current BaseWizardPage is about to be displayed and enables you to initialize the content of the current BaseWizardPage.

To learn more, see Page Events.

See Also