CacheDataCollectionItemEventArgs<T> Constructor
In This Topic
Initializes a new instance of the
CacheDataCollectionItemEventArgs<T> class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As _
)
public CacheDataCollectionItemEventArgs<T>(
int ,
)
Parameters
- index
- The index.
- item
- The item.
See Also