StreamLink.NET
ContainerUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionListenerContainerUpdated(ISubscription, IContainerEvent)
Called when the structure of the container changes.
Declaration Syntax
C#Visual BasicVisual C++
void ContainerUpdated(
	ISubscription subscription,
	IContainerEvent ev
)
Sub ContainerUpdated ( _
	subscription As ISubscription, _
	ev As IContainerEvent _
)
void ContainerUpdated(
	ISubscription^ subscription, 
	IContainerEvent^ ev
)
Parameters
subscription (ISubscription)
The container subscription.
ev (IContainerEvent)
The event. This contains the changes to the container structure.
Remarks
You can determine which elements have been removed from the container by querying the RemovedElements property of the IContainerEvent supplied in ev. Similarly any newly added elements are recorded in the AddedElements property of ev.

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