Property | Type | Description | |
---|---|---|---|
OnPreRender | void |
Method | Description | |
---|---|---|
IPostBackEventHandler ( string ea ) : void | ||
LinkButton ( ) : System.ComponentModel |
Method | Description | |
---|---|---|
AddAttributesToRender ( HtmlTextWriter w ) : void | ||
AddParsedSubObject ( object obj ) : void | ||
GetPostBackOptions ( ) : PostBackOptions | ||
LoadViewState ( object savedState ) : void | ||
OnClick ( EventArgs e ) : void | ||
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void | ||
RaisePostBackEvent ( string eventArgument ) : void | ||
RenderContents ( HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
OnPreRender ( EventArgs e ) : void |
protected AddAttributesToRender ( HtmlTextWriter w ) : void | ||
w | HtmlTextWriter | |
return | void |
protected AddParsedSubObject ( object obj ) : void | ||
obj | object | |
return | void |
protected GetPostBackOptions ( ) : PostBackOptions | ||
return | PostBackOptions |
public IPostBackEventHandler ( string ea ) : void | ||
ea | string | |
return | void |
public LinkButton ( ) : System.ComponentModel | ||
return | System.ComponentModel |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | |
return | void |
protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void | ||
e | System.Web.UI.WebControls.CommandEventArgs | |
return | void |
protected RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |
protected RenderContents ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | |
return | void |