ModulePage.Refresh Method

Definition

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.

Applies to