ModuleDialogPage.Refresh 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.
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.