Back to Devexpress

WizardControl.SelectedPageChanged Event

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-a5213f98.md

latest1.8 KB
Original Source

WizardControl.SelectedPageChanged Event

Fires after the current wizard page has been changed.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event WizardPageChangedEventHandler SelectedPageChanged
vb
Public Event SelectedPageChanged As WizardPageChangedEventHandler

Event Data

The SelectedPageChanged event's data class is WizardPageChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
DirectionGets a value that indicates in which direction a user navigates between pages.
PageGets the processed wizard page. Inherited from WizardPageEventArgs.
PrevPageGets the previously active wizard page.

See Also

SelectedPageChanging

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace