ModulePage.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.
Indicates that the page needs to be refreshed.
protected:
virtual void Refresh();
protected virtual void Refresh ();
override this.Refresh : unit -> unit
Protected Overridable Sub Refresh ()
Implements
Remarks
Applications that need to refresh a page must override the Refresh method. Calling Refresh directly throws a System.NotImplementedException exception.