SPItemEventArgs.beforeProperties field
A hash table of the item properties before the event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public beforeProperties As Hashtable
'Usage
Dim instance As SPItemEventArgs
Dim value As Hashtable
value = instance.beforeProperties
instance.beforeProperties = value
public Hashtable beforeProperties
Remarks
When the ISharePointService raises the OnWorkflowItemChanged or OnWorkflowItemDeleted event, the event parameters are contained in the SPItemEventArgs class.