SPTaskServiceEventArgs.beforeProperties Field
The properties of the workflow task before the event occurred.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public beforeProperties As SPWorkflowTaskProperties
'Usage
Dim instance As SPTaskServiceEventArgs
Dim value As SPWorkflowTaskProperties
value = instance.beforeProperties
instance.beforeProperties = value
public SPWorkflowTaskProperties beforeProperties
Remarks
When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.