'Declaration Public Event ItemLoaded As EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
public event EventHandler<CacheDataCollectionItemEventArgs<T>> ItemLoaded
Event Data
The event handler receives an argument of type CacheDataCollectionItemEventArgs<T> containing data related to this event. The following CacheDataCollectionItemEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
Index | Gets the index of the item. |
Item | Gets the item. |
See Also