'Declaration
<NullableAttribute(Mono.Cecil.CustomAttributeArgument[])> Public Event ItemLoaded As EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
[Nullable(Mono.Cecil.CustomAttributeArgument[])] public event EventHandler<CacheDataCollectionItemEventArgs<T>> ItemLoaded
Event Data
The event handler receives an argument of type C1.DataCollection.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