C# 클래스 System.Web.UI.WebControls.ImageButton.ImageButton

상속: System.Web.UI.WebControls.Image, IPostBackDataHandler, IPostBackEventHandler
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
GetClientScriptEventReference string
IPostBackDataHandler bool
IPostBackDataHandler void
IPostBackEventHandler void

공개 메소드들

메소드 설명
ImageButton ( ) : System.Collections.Specialized

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetClientScriptEventReference ( ) : string
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

메소드 상세

AddAttributesToRender() 보호된 메소드

protected AddAttributesToRender ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

GetPostBackOptions() 보호된 메소드

protected GetPostBackOptions ( ) : PostBackOptions
리턴 PostBackOptions

ImageButton() 공개 메소드

public ImageButton ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

LoadPostData() 보호된 메소드

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

OnClick() 보호된 메소드

protected OnClick ( ImageClickEventArgs e ) : void
e ImageClickEventArgs
리턴 void

OnCommand() 보호된 메소드

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

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e EventArgs
리턴 void

RaisePostBackEvent() 보호된 메소드

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
리턴 void

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void