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