Visual Basic (Declaration) | |
---|---|
Public Function GetCallbackEventReference( _ ByVal eventName As String, _ ByVal argument As String _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveDataGridItem Dim eventName As String Dim argument As String Dim value As String value = instance.GetCallbackEventReference(eventName, argument) |
Parameters
- eventName
- The event corresponding to the callback.
- argument
- The event arguments for the callback.
Returns JavaScript that can be used to initiate a callback to the server.
The settings of the PowerWEB control (blocking, errorhandling, etc) are automatically taken into account.
Target Platforms: Microsoft .NET Framework 2.0