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)

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.

See also

Reference

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace