C# Class Hd.Web.Extensions.DynamicTab

Inheritance: System.Web.UI.UpdatePanel, ITab
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadData ( ) : void
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
UpdateTabContent ( ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Method Details

LoadData() public méthode

public LoadData ( ) : void
Résultat void

OnInit() protected méthode

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

OnPreRender() protected méthode

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

RenderControl() public méthode

public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

UpdateTabContent() public méthode

public UpdateTabContent ( ) : void
Résultat void