System.Web.UI.Page.LoadComplete Event

Occurs at the end of the load stage of the page's life cycle.

Syntax

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

Remarks

The Page.LoadComplete event occurs after all postback data and view-state data is loaded into the page and after the Control.OnLoad(EventArgs) method has been called for all controls on the page.

For more information about handling events, see Consuming Events.

Requirements

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