Share via


SPListItemServiceEventArgs.beforeProperties field

A hash table containing the properties of the item before the event occurred.

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

Syntax

'Declaration
Public beforeProperties As Hashtable
'Usage
Dim instance As SPListItemServiceEventArgs
Dim value As Hashtable

value = instance.beforeProperties

instance.beforeProperties = value
public Hashtable beforeProperties

Remarks

When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.

See also

Reference

SPListItemServiceEventArgs class

SPListItemServiceEventArgs members

Microsoft.SharePoint.Workflow namespace