Class DataTypeEventArg
This object is received when a collection event is raised and a delegate
Data
Inheritance
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class DataTypeEventArg
Constructors
Name | Description |
---|---|
Data |
Constructor that initializes all the properties of the class DataTypeEventArg. |
Properties
Name | Description |
---|---|
Cache |
Name of the cache the collection event is registered against. |
Collection |
Contains the current value if collection event was registered against Data. |
Collection |
The type of collection, pertaining to Distributed |
Event |
This property specifies the type of event to be registered by the user. Event types are specified at the time of notification registration. |
Old |
Contains the previous value if the collection event was registered against Data. |