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 オブジェクト。

適用対象