EventItemCollection

EventItemCollection class

EventItem collection.

Constructors

NameDescription
EventItemCollectionConstructor.

Properties

NameTypeDescription
Countint
Item (int)EventItem

Methods

NameDescription
addAdd the eventItem in the collection.
removeRemove the eventItem from the collection.
clear
removeAt
iteratorReserved for internal use.

EventItemCollection()

Constructor.

EventItemCollection.Count property

Type: int

EventItemCollection.Item (int) property

Type: EventItem

add(eventItem)

Add the eventItem in the collection.

ParameterTypeDescription
eventItemEventItem

remove(eventItem)

Remove the eventItem from the collection.

ParameterTypeDescription
eventItemEventItem

clear()

removeAt(index)

iterator()

Reserved for internal use.