Represents a collection of IEvent objects. This is the base interface of several event collection subinterfaces.

Namespace:  FileNet.Api.Collection
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IEventSet _
	Implements IEngineCollection, IEnumerable, ICloneable, IIndependentObjectSet,  _
	IEngineSet
C#
public interface IEventSet : IEngineCollection, 
	IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
Visual C++
public interface class IEventSet : IEngineCollection, 
	IEnumerable, ICloneable, IIndependentObjectSet, IEngineSet
JavaScript
FileNet.Api.Collection.IEventSet = function();
FileNet.Api.Collection.IEventSet.createInterface('FileNet.Api.Collection.IEventSet');

ToggleSee Also