ContentByQueryWebPart.ProcessData delegate

Delegate called to process data before the data is sent to the XSLT transformation.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Delegate Function ProcessData ( _
    data As DataTable _
) As DataTable
'Usage
Dim instance As New ProcessData(AddressOf HandlerMethod)
public delegate DataTable ProcessData(
    DataTable data
)

Parameters

Return value

Type: System.Data.DataTable
A DataTable object representing the processed data.

See also

Reference

Microsoft.SharePoint.Publishing.WebControls namespace