SPCache.ItemRemoved Event

Occurs when an object is removed from the current cache.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Event ItemRemoved As EventHandler(Of CacheItemRemovedEventArgs)
'Usage
Dim instance As SPCache
Dim handler As EventHandler(Of CacheItemRemovedEventArgs)

AddHandler instance.ItemRemoved, handler
public event EventHandler<CacheItemRemovedEventArgs> ItemRemoved

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace