MobilePage.OnLoad(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
負責這個 Load 活動。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
protected:
override void OnLoad(EventArgs ^ e);
protected override void OnLoad(EventArgs e);
override this.OnLoad : EventArgs -> unit
Protected Overrides Sub OnLoad (e As EventArgs)
參數
備註
此方法覆蓋 Control.OnLoad 了自訂轉接器事件資料的方法。