Page.SaveStateComplete Event

Definition

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

public:
 event EventHandler ^ SaveStateComplete;
public event EventHandler SaveStateComplete;
member this.SaveStateComplete : EventHandler 
Public Custom Event SaveStateComplete As EventHandler 

Event Type

Remarks

State information for controls on the Web page is saved after the PreRenderComplete event. The 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.

Applies to

See also