C# Class Hd.Web.Extensions.AsyncPostBackHandler

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

Méthodes publiques

Méthode Description
RaisePostBackEvent ( string eventArgument ) : void

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

OnLoad() protected méthode

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

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

Render() protected méthode

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