Share via


SPItemEventArgs.afterProperties field

A hash table of the item properties after the event.

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

Syntax

'Declaration
Public afterProperties As Hashtable
'Usage
Dim instance As SPItemEventArgs
Dim value As Hashtable

value = instance.afterProperties

instance.afterProperties = value
public Hashtable afterProperties

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