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

Wizard<TWizardModel>.NextPageShowing Event

Occurs when a wizard has been navigated to the next page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

Declaration

public event EventHandler<WizardNextPageShowingEventArgs<TWizardModel>> NextPageShowing

Event Data

The NextPageShowing event's data class is DevExpress.Data.WizardFramework.WizardNextPageShowingEventArgs{`0}.

See Also