[]
        
(Showing Draft Content)

C1.DataCollection.CacheDataCollectionItemEventArgs-1

CacheDataCollectionItemEventArgs<T> Class

Contains information about an item of the cache.

Inheritance
CacheDataCollectionItemEventArgs<T>
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class CacheDataCollectionItemEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

Name Description
CacheDataCollectionItemEventArgs(int, T)

Initializes a new instance of the CacheDataCollectionItemEventArgs<T> class.

Properties

Name Description
Index

Gets the index of the item.

Item

Gets the item.