XsltListViewWebPart.IWebPartTable.GetTableData Method
Returns the data for the table that is being used by the interface as the basis of a connection between two WebPart controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Sub GetTableData ( _
callback As TableCallback _
) Implements IWebPartTable.GetTableData
'Usage
Dim instance As XsltListViewWebPart
Dim callback As TableCallback
CType(instance, IWebPartTable).GetTableData(callback)
void IWebPartTable.GetTableData(
TableCallback callback
)
Parameters
callback
Type: System.Web.UI.WebControls.WebParts.TableCallbackThe delegate that contains the address of a method that receives the data.
Implements
IWebPartTable.GetTableData(TableCallback)
Remarks
This delegate is an explicit interface member implementation. It can be used only when the XsltListViewWebPart instance is cast to an IWebPartTable interface.