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
data
Type: System.Data.DataTableA DataTable object representing the data to process.
Return Value
Type: System.Data.DataTable
A DataTable object representing the processed data.