EventItemCollection
EventItemCollection class
EventItem collection.
Constructors
| Name | Description |
|---|---|
| EventItemCollection | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | EventItem |
Methods
| Name | Description |
|---|---|
| add | Add the eventItem in the collection. |
| remove | Remove the eventItem from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
EventItemCollection()
Constructor.
EventItemCollection.Count property
Type: int
EventItemCollection.Item (int) property
Type: EventItem
add(eventItem)
Add the eventItem in the collection.
| Parameter | Type | Description |
|---|---|---|
| eventItem | EventItem |
remove(eventItem)
Remove the eventItem from the collection.
| Parameter | Type | Description |
|---|---|---|
| eventItem | EventItem |
clear()
removeAt(index)
iterator()
Reserved for internal use.