Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Delegates which process to run after the data has been retrieved.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ProcessDataDelegate As ContentByQueryWebPart.ProcessData
Get
Set
'Usage
Dim instance As CbqQueryVersionInfo
Dim value As ContentByQueryWebPart.ProcessData
value = instance.ProcessDataDelegate
instance.ProcessDataDelegate = value
public ContentByQueryWebPart.ProcessData ProcessDataDelegate { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.ProcessData
Remarks
Delegation runs after the data has been retrieved.