SPListEventReceiver.FieldDeleted method

Handles the event that occurs after a field has been removed from the list.

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

Syntax

'Declaration
Public Overridable Sub FieldDeleted ( _
    properties As SPListEventProperties _
)
'Usage
Dim instance As SPListEventReceiver
Dim properties As SPListEventProperties

instance.FieldDeleted(properties)
public virtual void FieldDeleted(
    SPListEventProperties properties
)

Parameters

Remarks

The FieldDeleted event is not raised when a field is removed from the list by removing its governing content type.

See also

Reference

SPListEventReceiver class

SPListEventReceiver members

Microsoft.SharePoint namespace