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.Web.dll
Syntax
public abstract class EventArg : object
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 |
OldItem | Only applicable for |