SPItemEventReceiver Members (Microsoft.SharePoint)

Provides methods for trapping events that occur to items. This class is never instantiated.

The following tables list the members exposed by the SPItemEventReceiver type.

Public Constructors

  Name Description
Public method SPItemEventReceiver Initializes a new instance of the SPItemEventReceiver class.
Top
Public Methods

(see also Protected Methods )
  Name Description
Public method ContextEvent  
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method ItemAdded Asynchronous After event that occurs after a new item has been added to its containing object.
Public method ItemAdding Synchronous Before event that occurs when a new item is added to its containing object.
Public method ItemAttachmentAdded Asynchronous After event that occurs after a user adds an attachment to an item.
Public method ItemAttachmentAdding Synchronous Before event that occurs when a user adds an attachment to an item.
Public method ItemAttachmentDeleted Asynchronous After event that occurs when after a user removes an attachment from an item.
Public method ItemAttachmentDeleting Synchronous Before event that occurs when a user removes an attachment from an item.
Public method ItemCheckedIn Asynchronous After event that occurs after an item is checked in.
Public method ItemCheckedOut Asynchronous After event that occurs after an item is checked out.
Public method ItemCheckingIn Synchronous Before event that occurs as a file is being checked in.
Public method ItemCheckingOut Synchronous Before event that occurs after an item is checked out.
Public method ItemDeleted Asynchronous After event that occurs after an existing item is completely deleted.
Public method ItemDeleting Synchronous Before event that occurs before an existing item is completely deleted.
Public method ItemFileConverted  
Public method ItemFileMoved Occurs after a file is moved.
Public method ItemFileMoving Occurs when a file is being moved.
Public method ItemUncheckedOut Synchronous Before event that occurs when an item is being unchecked out.
Public method ItemUncheckingOut Synchronous Before event that occurs when an item is being unchecked out.
Public method ItemUpdated Asynchronous After event that occurs after an existing item is changed, for example, when the user changes data in one or more fields.
Public method ItemUpdating Synchronous Before event that occurs when an existing item is changed, for example, when the user changes data in one or more fields.
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Top
Protected Methods

  Name Description
Protected method DisableEventFiring  Prevents events from being raised.(inherited from SPEventReceiverBase)
Protected method EnableEventFiring  Enables events to be raised.(inherited from SPEventReceiverBase)
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Top
See Also

Tags :


Community Content

jcoplen
ItemUncheckedOut
ItemUncheckedOut is an asynchronous after event - not a synchronous before event.
Tags :

Page view tracker