SPItemEventProperties.BeforeProperties Property

Gets a hash table of properties consisting of string/value pairs that correspond to fields in the SPItem object before the event occurred.

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

Syntax

Public ReadOnly Property BeforeProperties As SPItemEventDataCollection
    Get

Dim instance As SPItemEventProperties
Dim value As SPItemEventDataCollection

value = instance.BeforeProperties
public SPItemEventDataCollection BeforeProperties { get; }

Property Value

Type: Microsoft.SharePoint.SPItemEventDataCollection
An SPItemEventDataCollection object that represents the properties of the item before the event occurred.

See Also

Reference

SPItemEventProperties Class

SPItemEventProperties Members

Microsoft.SharePoint Namespace