EventItemCollection class
EventItemCollection class
EventItem collection.
Inheritance: EventItemCollection → Collection
The EventItemCollection type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| EventItemCollection() | Constructor. |
Properties
| Property | Description |
|---|---|
| count | Gets the number of elements actually contained in the collection. |
Gets the element at the specified index.
Indexer
| Name | Description |
|---|---|
| [index] |
Methods
| Method | Description |
|---|---|
| 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
- module aspose.diagram
- class Collection