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.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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