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)
Available in Sandboxed Solutions: No

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