SPItemEventProperties.List property

Gets the list that is associated with the event that occurred.

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

Syntax

'Declaration
Public ReadOnly Property List As SPList
    Get
'Usage
Dim instance As SPItemEventProperties
Dim value As SPList

value = instance.List
public SPList List { get; }

Property value

Type: Microsoft.SharePoint.SPList
A SPList object that is associated with the event that occurred.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace