Back to Devexpress

BaseWizardPage.PageCommit Event

windowsforms-devexpress-dot-xtrawizard-dot-basewizardpage-eaac2859.md

latest1.9 KB
Original Source

BaseWizardPage.PageCommit Event

Enables you to persist the changes made within the current step.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event EventHandler PageCommit
vb
Public Event PageCommit As EventHandler

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

PageRollback

BaseWizardPage Class

BaseWizardPage Members

DevExpress.XtraWizard Namespace