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