SPListItemServiceEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event parameters of an event involving a SharePoint item.
The SPListItemServiceEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Identity | (Inherited from ExternalDataEventArgs.) | |
InstanceId | (Inherited from ExternalDataEventArgs.) | |
WaitForIdle | (Inherited from ExternalDataEventArgs.) | |
WorkHandler | (Inherited from ExternalDataEventArgs.) | |
WorkItem | (Inherited from ExternalDataEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
afterProperties | A hash table containing the properties of the item after the event occurred. | |
beforeProperties | A hash table containing the properties of the item before the event occurred. | |
executor | Represents the user who performed the action that raised the event. | |
id | Represents the globally unique identifier (GUID) that identifies the event raised on the specified list item. | |
itemId | The ID of the item. | |
listId | The ID of the list on which the item resides. |
Top