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.