IWebPartParameters.GetParametersData(ParametersCallback) Method

Definition

Gets the value of the data from the connection provider.

public:
 void GetParametersData(System::Web::UI::WebControls::WebParts::ParametersCallback ^ callback);
public void GetParametersData (System.Web.UI.WebControls.WebParts.ParametersCallback callback);
abstract member GetParametersData : System.Web.UI.WebControls.WebParts.ParametersCallback -> unit
Public Sub GetParametersData (callback As ParametersCallback)

Parameters

callback
ParametersCallback

The method to call to process the data from the provider.

Remarks

The GetParametersData method is used to retrieve the values from the provider based on a parameter. The method represented by the callback parameter processes the data for use by the consumer.

Applies to