CacheItemRemovedEventArgs class

Arguments that support the NotifyItemRemoved() method.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.Server.ObjectCache.CacheItemRemovedEventArgs

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

Syntax

'Declaration
Public NotInheritable Class CacheItemRemovedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CacheItemRemovedEventArgs
public sealed class CacheItemRemovedEventArgs : EventArgs

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CacheItemRemovedEventArgs members

Microsoft.Office.Server.ObjectCache namespace