SPItemEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event parameters of an event involving the item on which a workflow instance is running.
The SPItemEventArgs 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 of the item properties after the event. | |
beforeProperties | A hash table of the item properties before the event. | |
workflowId | The ID of the workflow instance. |
Top