StreamLink.NET
AddedElements Property
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerEventAddedElements
Gets the collection of elements that have been added to the container in this update.
Declaration Syntax
C#Visual BasicVisual C++
ICollection<IContainerElement> AddedElements { get; }
ReadOnly Property AddedElements As ICollection(Of IContainerElement)
property ICollection<IContainerElement^>^ AddedElements {
	ICollection<IContainerElement^>^ get ();
}
Value
The added elements.

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