EventItemCollection class

EventItemCollection class

EventItem collection.

Inheritance: EventItemCollectionCollection

The EventItemCollection type exposes the following members:

Constructors

ConstructorDescription
EventItemCollection()Constructor.

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(event_item)Add the eventItem in the collection.
remove(event_item)Remove the eventItem from the collection.

See Also