DataBoundControl.OnLoad(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 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)
參數
備註
類別 DataBoundControl 會呼叫 BaseDataBoundControl.ConfirmInitState 方法來設定資料繫結控制項的初始化狀態,並在 HTTP 要求不是回傳時將 RequiresDataBinding 屬性設定為 true
。