DataSource.NET
PageUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerPageUpdated(ISubscription, IPeer, IPageMessage)
Called when a page update is received.
Declaration Syntax
C#Visual BasicVisual C++
void PageUpdated(
	ISubscription subscription,
	IPeer peer,
	IPageMessage update
)
Sub PageUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IPageMessage _
)
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.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)