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.
Returns the data for the row that is used by the interface as the basis of a connection between two WebPart controls.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private Sub GetRowData ( _
callback As RowCallback _
) Implements IWebPartRow.GetRowData
'Usage
Dim instance As BrowserFormWebPart
Dim callback As RowCallback
CType(instance, IWebPartRow).GetRowData(callback)
void IWebPartRow.GetRowData(
RowCallback callback
)
Parameters
- callback
Type: System.Web.UI.WebControls.WebParts.RowCallback
A delegate that contains the address of a method that receives the data.
Implements
IWebPartRow.GetRowData(RowCallback)
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.