Occurs at the end of the load stage of the page's life cycle.
Public Event LoadComplete As EventHandler
Dim instance As Page Dim handler As EventHandler AddHandler instance.LoadComplete, handler
public event EventHandler LoadComplete
public: event EventHandler^ LoadComplete { void add (EventHandler^ value); void remove (EventHandler^ value); }
JScript does not support events.
<asp:Page OnLoadComplete="EventHandler" />
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 Consuming Events.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98