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.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TValue NewValue { get; }
Public ReadOnly Property NewValue As TValue
Get
public:
property TValue NewValue {
TValue get ();
}
member NewValue : 'TValue with get
Property Value
Type:
TValue
See Also