StreamLink for Silverlight
IPageSubscriptionListener Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.PageIPageSubscriptionListener
Interface used to listen to Page update events
Declaration Syntax
C#Visual BasicVisual C++
public interface IPageSubscriptionListener : ISubscriptionListener
Public Interface IPageSubscriptionListener _
	Implements ISubscriptionListener
public interface class IPageSubscriptionListener : ISubscriptionListener
Members
All MembersMethods



IconMemberDescription
PageUpdated(ISubscription, IPageEvent)
Called when an new Page is received from the Liberator.

SubscriptionErrorReceived(ISubscription, ISubscriptionErrorEvent)
Handles an event raised when there is an error in a subscription.
(Inherited from ISubscriptionListener.)
SubscriptionStatusUpdated(ISubscription, ISubscriptionStatusEvent)
Handles an event raised when there is a change in the status of a subscription.
(Inherited from ISubscriptionListener.)

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