DataStructureEventArg

DataStructureEventArg

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


Constructor

# new DataStructureEventArg()

Methods

# getCacheName()

Name of cache the collection event is registered against.

# getCollectionItem()

Contains current value if collection event was registered against .

# getCollectionType() → {CollectionTypeValue}

The type of collection, pertaining to , returned on fire of collection event.

Returns:
Type
CollectionTypeValue

# getEventType() → {EventType}

Event types the event is registered against.

Returns:
Type
EventType

# getOldCollectionItem()

Contains previous value if collection event was registered against .

Returns:

Object