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)

No code example is currently available or this language may not be supported.

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.

Show: