• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class DataTypeEventArg

This object is received when a collection event is raised and delegate DataTypeDataNotificationCallback is executed. This class contains necessary information to identify the event and perform necessary actions accordingly.

Inheritance
System.Object
DataTypeEventArg
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class DataTypeEventArg

Constructors

Name Description
DataTypeEventArg(String, EventType, DistributedDataType, Object, Object)

Constructor that initializes all the properties of this class.

Properties

Name Description
CacheName

Name of cache the collection event is registered against.

CollectionItem

Contains current value if collection event was registered against Data.

CollectionType

The type of collection, pertaining to Alachisoft.NCache.Runtime.Caching.DistributedDataType, returned on fire of collection event.

EventType

Event types the event is registered against.

OldCollectionItem

Contains previous value if collection event was registered against Data.

Back to top Copyright © 2017 Alachisoft