RiskPanel
StockSharp.Xaml
The panel for the list editing IRiskRule.
Inherits: UserControl
Implements: IPersistable, IComponentConnector
Constructors
Properties
Rules
public INotifyList<IRiskRule> Rules { get; set; }
value = riskPanel.Rules
riskPanel.Rules = value
The list of rules added to the table.
Methods
InitializeComponent
public void InitializeComponent()
riskPanel.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
riskPanel.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
riskPanel.Save(storage)
Save settings.
- storage
- Settings storage.
Events
LayoutChanged
public event Action LayoutChanged
riskPanel.LayoutChanged += handler
Layout changed event.