HierarchicalDataBoundControl.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 物件。

備註

如果 HTTP 要求不是回傳,則會 HierarchicalDataBoundControl 處理 Load 事件,將 屬性 true 設定 RequiresDataBinding 為 。

適用於