Represents the method that will handle the 
ItemRemoved event. 
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As New CacheItemRemovedHandler(AddressOf HandlerMethod)
  | 
 
            Parameters
- key
 
- 
            A 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 CacheItemRemovedReason enumeration. 
            
 
            
             
            
            
            
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0,  Windows XP, Windows Server 2003  family, Windows Server 2008 family
 
            
            
See Also