C# 클래스 JsonFx.Client.AutoDataBindControl

Control which will call DataBind if any properties are set containing databinding expressions.
http://stackoverflow.com/questions/1417028/
상속: System.Web.UI.Control
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

보호된 메소드들

메소드 설명
DataBind ( bool raiseOnDataBinding ) : void
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AutoDataBindControl ( ) : System

CCtor

OnPreRenderComplete ( object sender, EventArgs e ) : void

메소드 상세

DataBind() 보호된 메소드

protected DataBind ( bool raiseOnDataBinding ) : void
raiseOnDataBinding bool
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void