System.Web.UI.WebControls.WebParts.IWebPartRow.GetRowData Method

Returns the data for the row that is being used by the interface as the basis of a connection between two System.Web.UI.WebControls.WebParts.WebPart controls.

Syntax

public void GetRowData (RowCallback callback)

Parameters

callback
A System.Web.UI.WebControls.WebParts.RowCallback delegate that contains the address of a method that receives the data.

Remarks

Use this method to retrieve the data row values passed by the interface. The provider implements this method, and the consumer invokes it at the point when the consumer is ready to process or render data.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0