Click or drag to resize
EntryEventTKey, TValueNewValue Property
Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public TValue NewValue { get; }

Property Value

Type: TValue
See Also