Click or drag to resize
EntryEventTKey, TValue Properties

The EntryEventTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCallbackArgument
Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter.
Public propertyKey
Returns the key this event describes.
Public propertyNewValue
Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL.
Public propertyOldValue
Returns 'null' if there was no value in the cache. If the prior state of the entry was invalid, or non-existent/destroyed, then the old value will be 'null'.
Public propertyRegion
Return the region this event occurred in.
Public propertyRemoteOrigin
If the event originated in a remote process, returns true.
Top
See Also