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 이벤트 데이터를 포함하는 개체입니다.

적용 대상