Page.LoadComplete 事件
定義
在頁面生命週期的載入階段結尾發生。Occurs at the end of the load stage of the page's life cycle.
public:
event EventHandler ^ LoadComplete;
public event EventHandler LoadComplete;
member this.LoadComplete : EventHandler
Public Custom Event LoadComplete As EventHandler
事件類型
備註
在 LoadComplete 所有回傳資料和檢視狀態資料載入頁面之後,以及 OnLoad 針對頁面上的所有控制項呼叫方法之後,就會發生此事件。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 how to handle events, see Handling and Raising Events.