SPItemEventReceiver methods

The SPItemEventReceiver type exposes the following members.

Methods

  Name Description
Public method ContextEvent This member is reserved for internal use and is not intended to be used directly from your code.
Protected method DisableEventFiring Obsolete. Prevents events from being raised. (Inherited from SPEventReceiverBase.)
Protected method EnableEventFiring Obsolete. Enables events to be raised. (Inherited from SPEventReceiverBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ItemAdded Handles the asynchronous event that occurs after an item is added.
Public method ItemAdding Handles the synchronous event that occurs before an item is added.
Public method ItemAttachmentAdded Handles the asynchronous event that occurs after an attachment is added to an item.
Public method ItemAttachmentAdding Handles the synchronous event that occurs before an attachment is added to an item.
Public method ItemAttachmentDeleted Handles the asynchronous event that occurs after an attachment is removed from an item.
Public method ItemAttachmentDeleting Handles the synchronous event that occurs before an attachment is removed from an item.
Public method ItemCheckedIn Handles the asynchronous event that occurs after an item is checked in.
Public method ItemCheckedOut Handles the asynchronous event that occurs after an item is checked out.
Public method ItemCheckingIn Handles the synchronous event that occurs before an item is checked in.
Public method ItemCheckingOut Handles the synchronous event that occurs before an item is checked out.
Public method ItemDeleted Handles the asynchronous event that occurs after an item is deleted.
Public method ItemDeleting Handles the synchronous event that occurs before an item is deleted.
Public method ItemFileConverted Handles the asynchronous event that occurs after a file in a document library is converted from one type to another.
Public method ItemFileMoved Handles the asynchronous event that occurs after a file is renamed; that is "moved" within a document library.
Public method ItemFileMoving Handles the synchronous event that occurs before a file is renamed; that is "moved" within a document library.
Public method ItemUncheckedOut Handles the asynchronous event that occurs after an item is unchecked out.
Public method ItemUncheckingOut Handles the synchronous event that occurs before an item checkout is discarded.
Public method ItemUpdated Handles the asynchronous event that occurs after an item is changed.
Public method ItemUpdating Handles the synchronous event that occurs before an item is changed.
Public method ItemVersionDeleted Occurs after an item or file version is deleted.
Public method ItemVersionDeleting Occurs when an item or file version is being deleted.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPItemEventReceiver class

Microsoft.SharePoint namespace