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 NewsGrid
Field Value
Properties
NewsProvider
The provider of information about news.
public INewsProvider NewsProvider { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
LayoutChanged
Layout changed event.
public event Action LayoutChanged