- tableData
- Documentation for this section has not yet been entered.
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.