SPFieldCollection.CreateSPFieldCallback delegate
SharePoint 2013
Allows a callback to be established for a field within a collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.
Show: