C#
VB
C++
Represents the method that will handle the ItemRemoved event.
Public Delegate Sub CacheItemRemovedHandler( _ByVal key As String, _ByVal data() As Byte, _ByVal reason As CacheItemRemovedReason _)
public delegate void CacheItemRemovedHandler(String^ key,array<byte>^ data,CacheItemRemovedReason reason)
key
A System.String representing the Id of the removed cache item.
data
The cached item in bytes.
reason
The reason the item was removed from the cache, as specified by the System.Web.Caching.CacheItemRemovedReason enumeration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
