WizardForm.UpdateWizard 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.
Updates the view of the wizard form.
protected public:
void UpdateWizard();
protected internal void UpdateWizard ();
member this.UpdateWizard : unit -> unit
Protected Friend Sub UpdateWizard ()
Remarks
You can customize the UpdateWizard method if you implement it in your code. If you do not implement it, a call to <xref:System.Web.Management.Client.Win32.WizardForm.UpdateWizard%2A> will update the wizard form without any customization. This method enables you to create a custom UpdateWizard method.