MapEntryLoadedEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public sealed class MapEntryLoadedEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
  Inherited Members
Type Parameters
| TKey | |
| TValue | 
Constructors
| Name | Description | 
|---|---|
| MapEntryLoadedEventArgs(MemberInfo, Lazy<TKey>, Lazy<TValue>, Lazy<TValue>, object) | 
Properties
| Name | Description | 
|---|---|
| OldValue | Gets the value before load, if the entry existed.  | 
      
| Value | Gets the value that was loaded.  |