Share via


CacheItemRemovedEventArgs.Data property

The object that has been removed from the cache.

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

Syntax

'Declaration
Public ReadOnly Property Data As Object
    Get
'Usage
Dim instance As CacheItemRemovedEventArgs
Dim value As Object

value = instance.Data
public Object Data { get; }

Property value

Type: System.Object
Returns Object.

See also

Reference

CacheItemRemovedEventArgs class

CacheItemRemovedEventArgs members

Microsoft.Office.Server.ObjectCache namespace