Specifies the type of object that is hosting the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPEventHostType
Dim instance As SPEventHostType
public enum SPEventHostType
Members
| Member name | Description | |
|---|---|---|
| Invalid | Not used. | |
| Site | Specifies site collection. | |
| Web | Specifies site. | |
| List | Specifies list. | |
| ListItem | Specifies list item. | |
| ContentType | Specifies content type. | |
| Workflow | Specifies workflow. | |
| Feature | Specifies Feature. |