C# Class System.Web.UI.UpdatePanel

Inheritance: Control
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
AnyTriggersFired bool
FindParentPanel UpdatePanel
SetInPartialRendering void

Méthodes publiques

Méthode Description
Update ( ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
AnyTriggersFired ( ) : bool
FindParentPanel ( Control parent ) : UpdatePanel
SetInPartialRendering ( bool setting ) : void

Method Details

CreateContentTemplateContainer() protected méthode

protected CreateContentTemplateContainer ( ) : Control
Résultat Control

CreateControlCollection() protected final méthode

protected final CreateControlCollection ( ) : System.Web.UI.ControlCollection
Résultat System.Web.UI.ControlCollection

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUnload() protected méthode

protected OnUnload ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderChildren() protected méthode

protected RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void