Page::LoadComplete Event

 

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

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

public:
event EventHandler^ LoadComplete {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: