SPTaskServiceEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event parameters of an event involving a workflow task.
The SPTaskServiceEventArgs 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 | The properties of the workflow task after the event occurred. |
![]() |
beforeProperties | The properties of the workflow task before the event occurred. |
![]() |
executor | The user that raised the event. |
![]() |
taskId | The ID of the workflow task for which the event occurred. |
Top