SPListItemServiceEventArgs.afterProperties Field
A hash table containing the properties of the item after the event occurred.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public afterProperties As Hashtable
'Usage
Dim instance As SPListItemServiceEventArgs
Dim value As Hashtable
value = instance.afterProperties
instance.afterProperties = value
public Hashtable afterProperties
Remarks
When the IListItemService raises an event, the event parameters are contained in an SPListItemServiceEventArgs object.
See Also
Reference
SPListItemServiceEventArgs Class