WizardForm.Update 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:
override void Update();
protected override sealed void Update ();
override this.Update : unit -> unit
Protected Overrides NotOverridable Sub Update ()
Remarks
You can customize the Update 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.