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