DataFormWebPart.IWebPartRow.GetRowData method
Gets the row data that the DataFormWebPart object provides to the connected consumer control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Private Sub GetRowData ( _
callback As RowCallback _
) Implements IWebPartRow.GetRowData
'Usage
Dim instance As DataFormWebPart
Dim callback As RowCallback
CType(instance, IWebPartRow).GetRowData(callback)
void IWebPartRow.GetRowData(
RowCallback callback
)
callback
Type: System.Web.UI.WebControls.WebParts.RowCallbackThe address of a method that receives the data.
IWebPartRow.GetRowData(RowCallback)
This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IWebPartRow interface.