System.Web.UI.WebControls.WebParts.IWebPartField.GetFieldValue Method

Returns the value of the field 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 GetFieldValue (FieldCallback callback)

Parameters

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

Remarks

Use this method to retrieve the data field values passed by the interface.

Requirements

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