Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The FilterEventArgs type exposes the following members.

Fields

  NameDescription
m_eventType
The event's type.
(Inherited from CacheEventArgs.)
m_filters
Filters that caused the event.
m_isSynthetic
Event cause flag.
(Inherited from CacheEventArgs.)
m_key
A key.
(Inherited from CacheEventArgs.)
m_source
The event's source.
(Inherited from CacheEventArgs.)
m_valueNew
A new value.
(Inherited from CacheEventArgs.)
m_valueOld
A previous value.
(Inherited from CacheEventArgs.)

See Also