C# Class System.Web.UI.WebControls.ImageButton.ImageButton

Inheritance: System.Web.UI.WebControls.Image, IPostBackDataHandler, IPostBackEventHandler
Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
GetClientScriptEventReference string
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void

Méthodes publiques

Méthode Description
ImageButton ( ) : System.Collections.Specialized

Méthodes protégées

Méthode Description
AddAttributesToRender ( HtmlTextWriter writer ) : void
GetPostBackOptions ( ) : PostBackOptions
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnClick ( ImageClickEventArgs e ) : void
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RaisePostBackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void

Private Methods

Méthode Description
GetClientScriptEventReference ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

GetPostBackOptions() protected méthode

protected GetPostBackOptions ( ) : PostBackOptions
Résultat PostBackOptions

ImageButton() public méthode

public ImageButton ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnClick() protected méthode

protected OnClick ( ImageClickEventArgs e ) : void
e ImageClickEventArgs
Résultat void

OnCommand() protected méthode

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
Résultat void

OnPreRender() protected méthode

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

RaisePostBackEvent() protected méthode

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

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void