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)

Syntax

'Declaration
Public Delegate Function CreateSPFieldCallback ( _
    fieldClassName As String, _
    collection As SPFieldCollection, _
    fieldName As String _
) As SPField
'Usage
Dim instance As New CreateSPFieldCallback(AddressOf HandlerMethod)
public delegate SPField CreateSPFieldCallback(
    string fieldClassName,
    SPFieldCollection collection,
    string fieldName
)

Parameters

  • fieldName
    Type: System.String

    The name of the object that is being associated with an event.

Return value

Type: Microsoft.SharePoint.SPField

Remarks

An SPField object that represents the field.

See also

Reference

Microsoft.SharePoint namespace