The SPListEventType enumeration specifies the type of an event that occurs in a document library.
Members
The following table shows the members of the SPListEventType enumeration and a brief description of each.
| Name | Description |
|---|---|
| CheckIn | A document is checked into the library. |
| CheckOut | A document is checked out from the library. |
| Copy | A document is copied within the document library. If a document is copied to a location outside the document library, a Delete event occurs. |
| Delete | A document in the library is deleted. |
| Insert | A new document is saved to the library. |
| Invalid | Unused. |
| Move | A document is moved or renamed in the library. |
| UncheckOut | The check-out of a document is undone. |
| Update | A document in the library is edited. |
Remarks
For more information on document library events, see Handling Document Library Events.
Requirements
Namespace: Microsoft.SharePoint
Platforms: Microsoft Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security