Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The properties of the workflow task after the event occurred.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public afterProperties As SPWorkflowTaskProperties
'Usage
Dim instance As SPTaskServiceEventArgs
Dim value As SPWorkflowTaskProperties
value = instance.afterProperties
instance.afterProperties = value
public SPWorkflowTaskProperties afterProperties
Remarks
When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.