System.Web.UI.WebControls.WebParts.TableCallback Delegate

References the method to call when retrieving table data from a provider.

Syntax

public delegate void TableCallback (ICollection tableData)

Parameters

tableData
Documentation for this section has not yet been entered.

Remarks

When a Web Parts control implements the System.Web.UI.WebControls.WebParts.IWebPartTable interface and serves as a provider in a Web Parts connection, the consumer or transformer must retrieve and process the table data from the provider. The System.Web.UI.WebControls.WebParts.TableCallback delegate represents the method to call for processing the provider data.

The IWebPartTable.GetTableData(TableCallback) method contains a System.Web.UI.WebControls.WebParts.TableCallback delegate parameter.

Requirements

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