Property | Type | Description | |
---|---|---|---|
Data | object |
Method | Description | |
---|---|---|
CallbackHandler ( ) : System | ||
CallbackHandler ( String ID ) : System | ||
CallbackHandler ( String ID, object Data ) : System | ||
GetScript ( String parameter, String stringConfirmation = "", bool usePostBack = false ) : String | ||
IProcessCallbackComplete ( ) : void | ||
ProcessAction ( string parameter ) : void | ||
Register ( String ID ) : void |
public CallbackHandler ( String ID ) : System | ||
ID | String | |
return | System |
public CallbackHandler ( String ID, object Data ) : System | ||
ID | String | |
Data | object | |
return | System |
public GetScript ( String parameter, String stringConfirmation = "", bool usePostBack = false ) : String | ||
parameter | String | |
stringConfirmation | String | |
usePostBack | bool | |
return | String |
public ProcessAction ( string parameter ) : void | ||
parameter | string | |
return | void |