Share via


WizardForm.NavigateToPreviousPage Method

Definition

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.

Applies to

See also