LinqDataSource.OnInit(EventArgs) 方法
定义
初始化 LinqDataSource 对象。Initializes the LinqDataSource object.
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)
参数
事件数据。The event data.