C# 클래스 System.Web.UI.UpdatePanel

상속: Control
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AnyTriggersFired bool
FindParentPanel UpdatePanel
SetInPartialRendering void

공개 메소드들

메소드 설명
Update ( ) : void

보호된 메소드들

메소드 설명
CreateContentTemplateContainer ( ) : Control
CreateControlCollection ( ) : System.Web.UI.ControlCollection
Initialize ( ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
AnyTriggersFired ( ) : bool
FindParentPanel ( Control parent ) : UpdatePanel
SetInPartialRendering ( bool setting ) : void

메소드 상세

CreateContentTemplateContainer() 보호된 메소드

protected CreateContentTemplateContainer ( ) : Control
리턴 Control

CreateControlCollection() 보호된 최종 메소드

protected final CreateControlCollection ( ) : System.Web.UI.ControlCollection
리턴 System.Web.UI.ControlCollection

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

OnUnload() 보호된 메소드

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

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderChildren() 보호된 메소드

protected RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void