Back to Devexpress

BaseWizardPage.PageInit Event

windowsforms-devexpress-dot-xtrawizard-dot-basewizardpage-8b4b1d65.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event EventHandler PageInit
vb
Public Event PageInit As EventHandler

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

PageCommit

PageRollback

SelectedPageChanged

Page Events

BaseWizardPage Class

BaseWizardPage Members

DevExpress.XtraWizard Namespace