CallbackMenu.GetCallbackResult method
Returns the results of a callback event that targets the callback menu.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetCallbackResult As String
'Usage
Dim instance As CallbackMenu
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public string GetCallbackResult()
Return value
Type: System.String
The String object that represents the result of the callback.
Remarks
This override registers the client script that binds the data to the callback menu control.