FieldCallback Delegate
.NET Framework (current version)
References the method to call when retrieving field data from a provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- fieldValue
-
Type:
System::Object^
The callback method.
When a Web Parts control provides data through the IWebPartField interface, the consumer or transformer must retrieve and process the field data from the provider. The FieldCallback delegate represents the method to call for processing the provider data.
The IWebPartField::GetFieldValue method contains a FieldCallback delegate parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: