DataSource.NET
PageUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionBaseSubscriptionListenerPageUpdated(ISubscription, IPeer, IPageMessage)
Called when a page update is received.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void PageUpdated(
	ISubscription subscription,
	IPeer peer,
	IPageMessage update
)
Public Overridable Sub PageUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IPageMessage _
)
public:
virtual void PageUpdated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IPageMessage^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IPageMessage)
The page update.
Remarks

You should override this method if you have derived your ISubscriptionListener implementation from BaseSubscriptionListener and want to handle page updates.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)