SPItemEventProperties.InvalidateListItem Method
Invalidates the current ListItem object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub InvalidateListItem
'Usage
Dim instance As SPItemEventProperties
instance.InvalidateListItem()
public void InvalidateListItem()
Remarks
This method is used to invalidate an outdated SPListItem object. The invalidation of an SPListItem object triggers the retrieval of the updated object after the next request is made.