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包含事件数据的对象。

适用于