SecurityLookupPanel

StockSharp.Xaml

Панель поиска инструментов.

Наследует: UserControl

Реализует: IPersistable, IComponentConnector

Конструкторы

SecurityLookupPanel
public SecurityLookupPanel()
securityLookupPanel = SecurityLookupPanel()

Инициирует новый экземпляр документа SecurityLookupPanel.

Свойства

Filter
private Security Filter { get; set; }
value = securityLookupPanel.Filter
securityLookupPanel.Filter = value

Фильтр для поиска приборов.

Методы

InitializeComponent
public void InitializeComponent()
securityLookupPanel.InitializeComponent()

InitializeComponent

Load
public void Load(SettingsStorage storage)
securityLookupPanel.Load(storage)

Загрузить настройки.

storage
Хранилище настроек.
Save
public void Save(SettingsStorage storage)
securityLookupPanel.Save(storage)

Сохраните настройки.

storage
Хранилище настроек.

События

Lookup
public event Action<Security> Lookup
securityLookupPanel.Lookup += handler

Начало события поиска приборов.

Поля

SearchSecurityCommand
public static readonly RoutedCommand SearchSecurityCommand
value = SecurityLookupPanel.SearchSecurityCommand

RoutedCommand для поиска.