A collection of user defined events.
![]() | Adds an element to the collection. |
![]() | Copy the collection |
![]() | Returns the index of an event in the collection. Returns -1 if the event does not exist. |
![]() | Insert an element into the collection at the specified index |
![]() | Remove the provided element from the collection. |
![]() | Remove all elements from the collection |
![]() | Remove the element at the specified index from the collection. |
Implemented Interface |
---|
IAgRt3EventDefinitionCollectionEvents |