Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the event that occurs before a field is removed from the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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
)
properties
Type: Microsoft.SharePoint.SPListEventPropertiesThe properties of the list event.
The FieldDeleting event is not raised when a field is removed from the list by removing its governing content type.