SPField.OnDeletingFromContentType method

Handles the event that occurs when a field is deleted from a specified content type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

Remarks

Use this method in a derived class to add custom logic before deleting a field from a content type.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace