WizardForm.NavigateToPreviousPage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to move to the previous wizard page of the wizard form.
protected:
void NavigateToPreviousPage();
protected void NavigateToPreviousPage ();
member this.NavigateToPreviousPage : unit -> unit
Protected Sub NavigateToPreviousPage ()
Remarks
You should call this method to enable the user to move to the previous wizard page.
This method enables you to create a custom NavigateToPreviousPage method. Within this method you can keep track of the current page, the next page, and the previous page of the wizard.