SPListEvent.PropertiesBefore Property

Gets a collection of key-value pairs that represent the state of a document in a document library before the document was modified.

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

Syntax

Public ReadOnly Property PropertiesBefore As Hashtable
    Get

Dim instance As SPListEvent
Dim value As Hashtable

value = instance.PropertiesBefore
public Hashtable PropertiesBefore { get; }

Property Value

Type: System.Collections.Hashtable
A Hashtable object that represents the state of the document before update.

Remarks

For more information about document library events, see Walkthrough: Handling Document Library Events.

See Also

Reference

SPListEvent Class

SPListEvent Members

Microsoft.SharePoint Namespace