SPListEvent.PropertiesAfter Property
NOTE: This API is now obsolete.
Gets a collection of key-value pairs that represent the state of a document in a document library after the document was modified.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property PropertiesAfter As Hashtable
Get
'Usage
Dim instance As SPListEvent
Dim value As Hashtable
value = instance.PropertiesAfter
[ObsoleteAttribute("Use V3 style events")]
public Hashtable PropertiesAfter { get; }
Property Value
Type: System.Collections.Hashtable
A Hashtable object that represents the state of the document after update.