[]
Initializes a new instance of the CacheDataCollectionItemEventArgs<T> class.
public CacheDataCollectionItemEventArgs(int index, T item)
Public Sub New(index As Integer, item As T)
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| T | item | The item. |