'Declaration Public Event FetchItem As EventHandler(Of GenericCache.FetchItemEventArgs(Of TKey,TValue,TCacheNodeFactory))
public event EventHandler<GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>> FetchItem
Event Data
The event handler receives an argument of type GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> containing data related to this event. The following GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> properties provide information specific to this event.
Property | Description |
---|---|
Key | Gets the key of the item to ve retrieved |
Value | Gets or sets the value of the item |
See Also