Class EventArg
Parent of CQEventArg and CacheEventArg. Contains the necessary information related to the event being raised.
Inheritance
System.Object
EventArg
Assembly: Alachisoft.NCache.Client.dll
Syntax
public abstract class EventArg
Properties
| Name | Description |
|---|---|
| CacheName | Name of the cache against which the event is raised. |
| EventType | Event Type against which the event is raised. |
| Item | Contains the item if the event was registered against Metadata or DataWithMetadata. |
| OldItem | Only applicable for ItemUpdated. Otherwise, it will be null. |