Class NewsPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The visual panel with the news.
public class NewsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector- Inheritance
- 
      
      
      
      
      
      
      
      NewsPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
NewsPanel()
Initializes a new instance of the NewsPanel.
public NewsPanel()Fields
NewsGrid
NewsGrid Name Field
public NewsGrid NewsGridField Value
Properties
SubscriptionProvider
The provider of subscriptions.
public ISubscriptionProvider SubscriptionProvider { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)Parameters
- storageSettingsStorage
- Settings storage. 
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)Parameters
- storageSettingsStorage
- Settings storage. 
Events
LayoutChanged
Layout changed event.
public event Action LayoutChanged