SPItemEventArgs.beforeProperties Field

A hash table of the item properties before the event.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPItemEventArgs Class

SPItemEventArgs Members

Microsoft.SharePoint.Workflow Namespace