Specifies the type of event that has occurred for a Windows SharePoint Services object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Enumeration SPEventReceiverType
Dim instance As SPEventReceiverType
public enum SPEventReceiverType
| | Member name | Description |
|---|
| ContextEvent | The list received a context event. |
| EmailReceived | The list received an e-mail message. |
| FieldAdded | A field was added. |
| FieldAdding | A field is being added. |
| FieldDeleted | A field was removed. |
| FieldDeleting | A field is being removed. |
| FieldUpdated | A field was updated. |
| FieldUpdating | A field is being updated. |
| InvalidReceiver | Invalid. |
| ItemAdded | An item was added. |
| ItemAdding | An item is being added. |
| ItemAttachmentAdded | An attachment was added to the item. |
| ItemAttachmentAdding | An attachment is being added to the item. |
| ItemAttachmentDeleted | An attachment was removed from the item. |
| ItemAttachmentDeleting | An attachment is being removed from the item. |
| ItemCheckedIn | An item was checked in. |
| ItemCheckedOut | An item was checked out. |
| ItemCheckingIn | An item is being checked in. |
| ItemCheckingOut | An item is being checked out. |
| ItemDeleted | An item was deleted. |
| ItemDeleting | An item is being deleted. |
| ItemFileConverted | A file was converted. |
| ItemFileMoved | A file was moved. |
| ItemFileMoving | A file is being moved. |
| ItemUncheckedOut | An item was unchecked out. |
| ItemUncheckingOut | An item is being unchecked out. |
| ItemUpdated | An item was updated. |
| ItemUpdating | An item is being updated. |
| SiteDeleted | A site collection was deleted. |
| SiteDeleting | A site collection is being deleted. |
| WebDeleted | A site was deleted. |
| WebDeleting | A site is being deleted. |
| WebMoved | A site was moved. |
| WebMoving | A site is being moved. |