NewsPanel
StockSharp.Xaml
The visual panel with the news.
Inherits: UserControl
Implements: IPersistable, IComponentConnector
Constructors
Properties
SubscriptionProvider
public ISubscriptionProvider SubscriptionProvider { get; set; }
value = newsPanel.SubscriptionProvider
newsPanel.SubscriptionProvider = value
The provider of subscriptions.
Methods
InitializeComponent
public void InitializeComponent()
newsPanel.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
newsPanel.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
newsPanel.Save(storage)
Save settings.
- storage
- Settings storage.
Events
LayoutChanged
public event Action LayoutChanged
newsPanel.LayoutChanged += handler
Layout changed event.