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 对象。

适用于