StreamLink for Silverlight
IContainerEvent Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.ContainerIContainerEvent

Provides information about a subscribed container and the latest changes to its structure.

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
Gets the collection of elements 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
Gets the name of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
SubjectType
Gets the type of the subject that the subscription data event relates to.
(Inherited from ISubscriptionDataEvent.)
Type
Gets the type of the subscription data event.
(Inherited from ISubscriptionDataEvent.)

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.13.0 (5.0.13.0)