FilterEventArgs Properties |
The FilterEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Cache |
Gets the IObservableCache object on which this
event has actually occured.
(Inherited from CacheEventArgs.) | |
| Event |
Return the FilterEventArgs.
| |
| EventType |
Gets this event's type.
(Inherited from CacheEventArgs.) | |
| Filters |
Return an array of filters that are the cause of this event.
| |
| IsPriming |
Return true if this event is a priming event.
(Inherited from CacheEventArgs.) | |
| IsSynthetic |
Return true if this event is caused by the cache internal
processing such as eviction or loading.
(Inherited from CacheEventArgs.) | |
| Key |
Returns the filter event key.
(Overrides CacheEventArgsKey.) | |
| NewValue |
Returns the filter event new value.
(Overrides CacheEventArgsNewValue.) | |
| OldValue |
Returns the filter event old value.
(Overrides CacheEventArgsOldValue.) | |
| TransformState |
Return TransformationState for this event.
(Inherited from CacheEventArgs.) |