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)
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
A SPListItem object associated with the event.