ListViewWebPart.GetCallbackResult Method
Returns the results of a callback event that targets the ListViewWebPart control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetCallbackResult As String
'Usage
Dim instance As ListViewWebPart
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public string GetCallbackResult()
Return Value
Type: System.String
The result of the callback.
Implements
ICallbackEventHandler.GetCallbackResult()
Remarks
The ListViewWebPart control implements the ICallbackEventHandler interface and uses the RaiseCallbackEvent(String) to retrieve the result and the GetCallbackResult method to return the result to the ListViewWebPart control.
This method returns the string used to render the view in HTML.