Share via


WizardForm.Update Method

Definition

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.

Applies to