SPItemEventReceiver members
Provides methods for trapping events that occur to items. This class is never instantiated.
The SPItemEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPItemEventReceiver | Initializes a new instance of the SPItemEventReceiver 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 | |
---|---|---|
![]() |
ContextEvent | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
DisableEventFiring | Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.) |
![]() |
EnableEventFiring | Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ItemAdded | Handles the asynchronous event that occurs after an item is added. |
![]() |
ItemAdding | Handles the synchronous event that occurs before an item is added. |
![]() |
ItemAttachmentAdded | Handles the asynchronous event that occurs after an attachment is added to an item. |
![]() |
ItemAttachmentAdding | Handles the synchronous event that occurs before an attachment is added to an item. |
![]() |
ItemAttachmentDeleted | Handles the asynchronous event that occurs after an attachment is removed from an item. |
![]() |
ItemAttachmentDeleting | Handles the synchronous event that occurs before an attachment is removed from an item. |
![]() |
ItemCheckedIn | Handles the asynchronous event that occurs after an item is checked in. |
![]() |
ItemCheckedOut | Handles the asynchronous event that occurs after an item is checked out. |
![]() |
ItemCheckingIn | Handles the synchronous event that occurs before an item is checked in. |
![]() |
ItemCheckingOut | Handles the synchronous event that occurs before an item is checked out. |
![]() |
ItemDeleted | Handles the asynchronous event that occurs after an item is deleted. |
![]() |
ItemDeleting | Handles the synchronous event that occurs before an item is deleted. |
![]() |
ItemFileConverted | Handles the asynchronous event that occurs after a file in a document library is converted from one type to another. |
![]() |
ItemFileMoved | Handles the asynchronous event that occurs after a file is renamed; that is "moved" within a document library. |
![]() |
ItemFileMoving | Handles the synchronous event that occurs before a file is renamed; that is "moved" within a document library. |
![]() |
ItemUncheckedOut | Handles the asynchronous event that occurs after an item is unchecked out. |
![]() |
ItemUncheckingOut | Handles the synchronous event that occurs before an item checkout is discarded. |
![]() |
ItemUpdated | Handles the asynchronous event that occurs after an item is changed. |
![]() |
ItemUpdating | Handles the synchronous event that occurs before an item is changed. |
![]() |
ItemVersionDeleted | Occurs after an item or file version is deleted. |
![]() |
ItemVersionDeleting | Occurs when an item or file version is being deleted. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top