BaseXsltListWebPart.GetCallbackResult Method
Returns the results of a callback event that targets a control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetCallbackResult As String
'Usage
Dim instance As BaseXsltListWebPart
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public override string GetCallbackResult()
Return Value
Type: System.String
The results of the callback event.
Implements
ICallbackEventHandler.GetCallbackResult()
Remarks
This override checks whether paging is being used. If paging is being used, parameters are set to enable paging of items displayed in the Web Part.