Свойство | Тип | Описание | |
---|---|---|---|
Data | object |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public CallbackHandler ( String ID, object Data ) : System | ||
ID | String | |
Data | object | |
Результат | System |
public GetScript ( String parameter, String stringConfirmation = "", bool usePostBack = false ) : String | ||
parameter | String | |
stringConfirmation | String | |
usePostBack | bool | |
Результат | String |
public IProcessCallbackComplete ( ) : void | ||
Результат | void |
public ProcessAction ( string parameter ) : void | ||
parameter | string | |
Результат | void |