Share via


WizardForm.WizardCommit Method ()

 

Performs the commit operation when the user clicks on the wizard execution button (with the Noun + Verb caption, for example, "Add the Folder").

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected virtual void WizardCommit()
protected:
virtual void WizardCommit()
Protected Overridable Sub WizardCommit

Remarks

We recommend that you have the data structure (which contains the data for your single provider call) initialized, filled from the controls on the pages, validated (the final "deep" validation), and committed to the data source. After this method is called, the user cannot go back and change fields in the wizard.

See Also

WizardForm.ExecuteWizardButtonCaption
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top