共用方式為


Form.OnInit(EventArgs) 方法

定義

引發 Init 事件。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 override void OnInit(EventArgs ^ e);
protected override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Overrides Sub OnInit (e As EventArgs)

參數

e
EventArgs

包含事件資料的 EventArgs 物件。

例外狀況

表單包含在另一個表單內。

備註

當此方法收到通知時,伺服器控件必須執行建立和設定實例所需的任何初始化步驟。 在伺服器控件生命週期的這個階段中,尚未填入控件的檢視狀態。 此外,不論這個方法是否為這個控件的子系或父控件,都無法在呼叫此方法時存取其他伺服器控制件。 其他伺服器控制件不一定能夠建立並可供存取。

適用於

另請參閱