BaseWizardPage.PageCommit Event
Enables you to persist the changes made within the current step.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Event Data
The PageCommit event's data class is EventArgs.
Remarks
When an end-user clicks the Next button or the page is switched in code, the WizardControl.SelectedPageChanging event is raised. If the operation was not canceled and the current page has been switched, the PageCommit event is raised. It allows you to save the changes made in this step (if required).
The PageCommit event is also raised after an end-user has clicked the Finish button.
To learn more, see Page Events.
See Also