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

Inheritance: System.Web.UI.WebControls.Image, IPostBackDataHandler, IPostBackEventHandler
Show file Open project: runefs/Marvin

Private Properties

Property Type Description
GetClientScriptEventReference string
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void

Public Methods

Method Description
ImageButton ( ) : System.Collections.Specialized

Protected Methods

Method 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

Method Description
GetClientScriptEventReference ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

GetPostBackOptions() protected method

protected GetPostBackOptions ( ) : PostBackOptions
return PostBackOptions

ImageButton() public method

public ImageButton ( ) : System.Collections.Specialized
return System.Collections.Specialized

LoadPostData() protected method

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

OnClick() protected method

protected OnClick ( ImageClickEventArgs e ) : void
e ImageClickEventArgs
return void

OnCommand() protected method

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

RaisePostBackEvent() protected method

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void