SPItemEventProperties.ListItem Property
Gets the list item that is associated with the event that occurred.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ListItem As SPListItem
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As SPListItem
value = instance.ListItem
public SPListItem ListItem { get; }
Property Value
Type: Microsoft.SharePoint.SPListItem
The SPListItem object associated with the event.