Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetCallbackResult ( ) : string |
Returns a callback result
|
|
RaiseCallbackEvent ( string eventArgument ) : void |
Raises the callback event
|
|
RaisePostBackEvent ( string eventArgument ) : void |
Raises the postback event
|
|
Rating ( ) : System |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void | ||
OnChanged ( |
||
OnClick ( |
||
OnLoad ( |
||
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void |
protected OnChanged ( |
||
e | ||
return | void |
protected OnClick ( |
||
e | ||
return | void |
public RaiseCallbackEvent ( string eventArgument ) : void | ||
eventArgument | string | Event argument |
return | void |
public RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | Event argument |
return | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |