프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IPostBackEventHandler | void |
메소드 | 설명 | |
---|---|---|
AddAttributesToRender ( HtmlTextWriter writer ) : void | ||
LoadViewState ( object savedState ) : void | ||
OnClick ( System.Web.UI.WebControls.ImageMapEventArgs e ) : void | ||
RaisePostBackEvent ( string eventArgument ) : void | ||
Render ( HtmlTextWriter writer ) : void | ||
SaveViewState ( ) : object | ||
TrackViewState ( ) : void |
메소드 | 설명 | |
---|---|---|
IPostBackEventHandler ( string eventArgument ) : void |
protected AddAttributesToRender ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | |
리턴 | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | |
리턴 | void |
protected OnClick ( System.Web.UI.WebControls.ImageMapEventArgs e ) : void | ||
e | System.Web.UI.WebControls.ImageMapEventArgs | |
리턴 | void |
protected RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
리턴 | void |