ModuleDialogPage.Refresh Method

Definition

Provides a dialog box that asks the user to confirm or cancel pending changes.

protected:
 override void Refresh();
protected override sealed void Refresh ();
override this.Refresh : unit -> unit
Protected Overrides NotOverridable Sub Refresh ()

Remarks

If the Microsoft.Web.Management.Client.Win32.ModulePage.HasChanges property is true and the Microsoft.Web.Management.Client.Win32.ModulePage.ReadOnly property is false, the dialog box is displayed; otherwise, the method returns.

Applies to