DataBoundControl.OnLoad(EventArgs) 方法

定義

處理 Load 事件。

protected public:
 override void OnLoad(EventArgs ^ e);
protected internal override void OnLoad (EventArgs e);
override this.OnLoad : EventArgs -> unit
Protected Friend Overrides Sub OnLoad (e As EventArgs)

參數

e
EventArgs

包含事件資料的 EventArgs 物件。

備註

類別 DataBoundControl 會呼叫 BaseDataBoundControl.ConfirmInitState 方法來設定資料繫結控制項的初始化狀態,並在 HTTP 要求不是回傳時將 RequiresDataBinding 屬性設定為 true

適用於