MapEntryAddedEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public sealed class MapEntryAddedEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
  Inherited Members
Type Parameters
| TKey | |
| TValue | 
Constructors
| MapEntryAddedEventArgs(MemberInfo, Lazy<TKey>, Lazy<TValue>, Object) | 
Properties
| Value | Gets the added value.  |