SPListEventReceiver Members
Include Protected Members
Include Inherited Members
Provides methods to trap events that are raised for lists. This class is never instantiated.
The SPListEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPListEventReceiver | Reserved for internal use. Initializes a new instance of the SPListEventReceiver class. |
Top
Properties
Name | Description | |
---|---|---|
EventFiringDisabled | Obsolete. Boolean property that announces whether event firing is currently enabled or disabled. (Inherited from SPEventReceiverBase.) | |
EventFiringEnabled | Gets or sets a value that indicates whether event firing is enabled. (Inherited from SPEventReceiverBase.) |
Top
Methods
Name | Description | |
---|---|---|
DisableEventFiring | Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.) | |
EnableEventFiring | Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.) | |
Equals | (Inherited from Object.) | |
FieldAdded | Handles the event that occurs after a field link is added. | |
FieldAdding | Handles the event that occurs before a field link is added to a content type. | |
FieldDeleted | Handles the event that occurs after a field has been removed from the list. | |
FieldDeleting | Handles the event that occurs before a field is removed from the list. | |
FieldUpdated | Handles the event that occurs after a field link has been updated. | |
FieldUpdating | Handles the event that occurs before a field link is updated | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ListAdded | Handles the event that is raised after a list is added to a website. | |
ListAdding | Handles the event that occurs before a list is created on a website. | |
ListDeleted | Handles the event that occurs after a list is deleted. | |
ListDeleting | Handles the event that is raised before a list is deleted. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top