This topic has not yet been rated - Rate this topic

SPFieldCollection.CreateSPFieldCallback Delegate

Allows a callback to be established for a field within a collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public delegate SPField CreateSPFieldCallback(
	string fieldClassName,
	SPFieldCollection collection,
	string fieldName
)

Parameters

fieldClassName
Type: System.String
The type of field that is being associated with an event; for example, SPContentType, SPFile, SPList, SPListItem, SPWeb, or SPWorkflow class.
collection
Type: Microsoft.SharePoint.SPFieldCollection
The collection in which the SPField resides.
fieldName
Type: System.String
The name of the object that is being associated with an event.

An SPField object that represents the field.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ