Share via


SPTaskServiceEventArgs.afterProperties field

The properties of the workflow task after the event occurred.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPTaskServiceEventArgs class

SPTaskServiceEventArgs members

Microsoft.SharePoint.Workflow namespace