C1.DataCollection Assembly / C1.DataCollection Namespace / CacheDataCollectionItemEventArgs<T> Class
Members

CacheDataCollectionItemEventArgs<T> Class
Contains information about an item of the cache.
Object Model
CacheDataCollectionItemEventArgs<T> Class
Syntax
'Declaration
 
Public Class CacheDataCollectionItemEventArgs(Of T) 
   Inherits System.EventArgs
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.EventArgs
      C1.DataCollection.CacheDataCollectionItemEventArgs<T>

See Also