RowToFieldTransformer::IWebPartField::GetFieldValue Method (FieldCallback^)
.NET Framework (current version)
Returns the value of the field that is being used by the interface as the basis of a connection between two Web Parts controls.
Assembly: System.Web (in System.Web.dll)
private: virtual void GetFieldValue( FieldCallback^ callback ) sealed = IWebPartField::GetFieldValue
Parameters
- callback
-
Type:
System.Web.UI.WebControls.WebParts::FieldCallback^
The delegate instance to be used when retrieving a value.
| Exception | Condition |
|---|---|
| ArgumentNullException | callback equals null. |
This member is an explicit interface member implementation. It can be used only when the RowToFieldTransformer instance is cast to an IWebPartField interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: