EntityDataSource.OnInit(EventArgs) 方法

定義

LoadComplete 事件處理常式加入包含 Page 控制項的 EntityDataSource 控制項。

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

適用於