SPField.OnAddingToContentType Method

Handles the event that occurs when a field is added to a specified content type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overridable Sub OnAddingToContentType ( _
    contentType As SPContentType _
)
'Usage
Dim instance As SPField
Dim contentType As SPContentType

instance.OnAddingToContentType(contentType)
public virtual void OnAddingToContentType(
    SPContentType contentType
)

Parameters

Remarks

Use this method in a derived class to provide custom logic when a field is added to a content type.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace