NewsPanel

StockSharp.Xaml

The visual panel with the news.

Inherits: UserControl

Implements: IPersistable, IComponentConnector

Constructors

NewsPanel
public NewsPanel()
newsPanel = NewsPanel()

Initializes a new instance of the NewsPanel.

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.

Fields

NewsGrid
public NewsGrid NewsGrid
value = newsPanel.NewsGrid

NewsGrid Name Field