DataSource.NET
NewsUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerNewsUpdated(ISubscription, IPeer, INewsMessage)
Called when a news headline update is received.
Declaration Syntax
C#Visual BasicVisual C++
void NewsUpdated(
	ISubscription subscription,
	IPeer peer,
	INewsMessage update
)
Sub NewsUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As INewsMessage _
)
void NewsUpdated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	INewsMessage^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (INewsMessage)
The permission update.

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