MobilePage.OnLoad(EventArgs) 方法

定義

負責這個 Load 活動。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &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)

參數

e
EventArgs

一個 EventArgs 包含事件資料的物件。

備註

此方法覆蓋 Control.OnLoad 了自訂轉接器事件資料的方法。

適用於

另請參閱