BaseDataList.OnInit(EventArgs) 方法

定義

引發 BaseDataList 控制項的 Init 事件。

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

參數

e
EventArgs

包含事件資料的 EventArgs

備註

方法 OnInitBaseDataList 通知 控制項執行建立和設定實例所需的任何初始化步驟。

適用於