Property | Type | Description | |
---|---|---|---|
GetClientScriptEventReference | string | ||
IPostBackDataHandler | bool | ||
IPostBackDataHandler | void | ||
IPostBackEventHandler | void |
Method | Description | |
---|---|---|
ImageButton ( ) : System.Collections.Specialized |
Method | Description | |
---|---|---|
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
GetPostBackOptions ( ) : System.Web.UI.PostBackOptions | ||
LoadPostData ( string postDataKey, |
||
OnClick ( System.Web.UI.ImageClickEventArgs e ) : void | ||
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void | ||
OnPreRender ( |
||
RaisePostBackEvent ( string eventArgument ) : void | ||
RaisePostDataChangedEvent ( ) : void |
Method | Description | |
---|---|---|
GetClientScriptEventReference ( ) : string | ||
IPostBackDataHandler ( string postDataKey, |
||
IPostBackDataHandler ( ) : void | ||
IPostBackEventHandler ( string eventArgument ) : void |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected GetPostBackOptions ( ) : System.Web.UI.PostBackOptions | ||
return | System.Web.UI.PostBackOptions |
public ImageButton ( ) : System.Collections.Specialized | ||
return | System.Collections.Specialized |
protected LoadPostData ( string postDataKey, |
||
postDataKey | string | |
postCollection | ||
return | bool |
protected OnClick ( System.Web.UI.ImageClickEventArgs e ) : void | ||
e | System.Web.UI.ImageClickEventArgs | |
return | void |
protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void | ||
e | System.Web.UI.WebControls.CommandEventArgs | |
return | void |
protected OnPreRender ( |
||
e | ||
return | void |
protected RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |
protected RaisePostDataChangedEvent ( ) : void | ||
return | void |