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)

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.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace