This documentation is archived and is not being maintained.
ClientScriptManager::GetCallbackEventReference Method
Visual Studio 2010
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetCallbackEventReference(Control, String, String, String) | Obtains a reference to a client function that, when invoked, initiates a client call back to a server event. The client function for this overloaded method includes a specified control, argument, client script, and context. |
|
GetCallbackEventReference(Control, String, String, String, Boolean) | Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, and Boolean value. |
|
GetCallbackEventReference(Control, String, String, String, String, Boolean) | Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, error handler, and Boolean value. |
|
GetCallbackEventReference(String, String, String, String, String, Boolean) | Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified target, argument, client script, context, error handler, and Boolean value. |
Show: