SPListEventReceiver.FieldDeleting Method
Handles the event that occurs before a field is removed from the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable Sub FieldDeleting ( _
properties As SPListEventProperties _
)
'Usage
Dim instance As SPListEventReceiver
Dim properties As SPListEventProperties
instance.FieldDeleting(properties)
public virtual void FieldDeleting(
SPListEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPListEventPropertiesThe properties of the list event.
Remarks
The FieldDeleting event is not raised when a field is removed from the list by removing its governing content type.