StreamLink.NET
IContainerEvent Interface
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerEvent

The interface implemented by an event object relating to a container within the Liberator.

The interface provides access to information about the container such as the container Size in addition to information about the containers initial structure and subsequent structure changes via the AddedElements and RemovedElements properties.

Declaration Syntax
C#Visual BasicVisual C++
public interface IContainerEvent : ISubscriptionDataEvent
Public Interface IContainerEvent _
	Implements ISubscriptionDataEvent
public interface class IContainerEvent : ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
AddedElements
Get the collection of objects that have been added to the container in this update

RemovedElements
Get a collection of objects that have been removed from the container in this update

Size
Gets the number of elements within the container.

Subject
Get the name of the subject updated.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the event is for.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of event.
(Inherited from ISubscriptionDataEvent.)

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)