ClientScriptManager::GetCallbackEventReference Method
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
Assembly: System.Web (in System.Web.dll)
| 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. |
