System.Web.UI.WebControls.WebParts.ParametersCallback Delegate

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

Syntax

public delegate void ParametersCallback (IDictionary parametersData)

Parameters

parametersData
Documentation for this section has not yet been entered.

Remarks

The System.Web.UI.WebControls.WebParts.ParametersCallback delegate represents the method to call for retrieving row data from a provider based on a parameter from the consumer.

The IWebPartParameters.GetParametersData(ParametersCallback) method contains a System.Web.UI.WebControls.WebParts.ParametersCallback delegate parameter. The IWebPartParameters.GetParametersData(ParametersCallback) method is used in the System.Web.UI.WebControls.WebParts.RowToParametersTransformer class to retrieve row data for transformation.

Requirements

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