IEventObjectCollection interface (eventsys.h)

Manages objects in an event objects collection.

Inheritance

The IEventObjectCollection interface inherits from the IDispatch interface. IEventObjectCollection also has these types of members:

Methods

The IEventObjectCollection interface has these methods.

 
IEventObjectCollection::Add

Adds an event object to the collection.
IEventObjectCollection::get__NewEnum

An enumerator for the objects in the collection.
IEventObjectCollection::get_Count

The number of objects in the collection.
IEventObjectCollection::get_Item

An item in the collection.
IEventObjectCollection::get_NewEnum

An enumeration object that implements IEnumEventObject.
IEventObjectCollection::Remove

Removes an event object from the collection.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header eventsys.h

See also

IEnumEventObject