DataSource.NET
NewsUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionBaseSubscriptionListenerNewsUpdated(ISubscription, IPeer, INewsMessage)
Called when a news headline update is received.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void NewsUpdated(
	ISubscription subscription,
	IPeer peer,
	INewsMessage update
)
Public Overridable Sub NewsUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As INewsMessage _
)
public:
virtual 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.
Remarks

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

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