AlertButton
StockSharp.Alerts
Настройки оповещения об активации кнопки.
Наследует: BarCheckItem
Реализует: IPersistable, IDisposable, IComponentConnector
Конструкторы
AlertButton
public AlertButton()
alertButton = AlertButton()
Инициализирует новый экземпляр AlertButton.
Свойства
MessageType
public Type MessageType { get; set; }
value = alertButton.MessageType
alertButton.MessageType = value
Тип сообщения.
Методы
InitializeComponent
public void InitializeComponent()
alertButton.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
alertButton.Load(storage)
Загрузить настройки.
- storage
- Хранилище настроек.
Save
public void Save(SettingsStorage storage)
alertButton.Save(storage)
Сохраните настройки.
- storage
- Хранилище настроек.
События
SchemaChanged
public event Action SchemaChanged
alertButton.SchemaChanged += handler
Событие изменения схемы.