System.Web.UI.Page.SaveStateComplete Event

Occurs after the page has completed saving all view state and control state information for the page and controls on the page.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public event EventHandler SaveStateComplete

Remarks

State information for controls on the Web page is saved after the Page.PreRenderComplete event. The Page.SaveStateComplete event is raised after the view state and control state of the page and controls on the page are saved to the persistence medium.

This is the last event raised before the page is rendered to the requesting browser.

For more information about handling events, see Handling and Raising Events.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0