Share via


ModulePropertiesPage.OnRefresh Method

Definition

Returns the page settings when the page is refreshed.

protected:
 override void OnRefresh();
protected override void OnRefresh ();
override this.OnRefresh : unit -> unit
Protected Overrides Sub OnRefresh ()

Examples

The following example calls the GetSettings method when a page is refreshed.

protected override void OnRefresh() {
    GetSettings();
}

Remarks

You do not need to override this method unless additional processing is required when the page is refreshed.

Applies to