ConnectorSupportedMessagesPanelView
StockSharp.Xaml.Panels.Maui
Panel view for displaying and managing connector supported messages.
Herda de: BasePanelView
Construtores
ConnectorSupportedMessagesPanelView()
Creates a new instance.
Propriedades
AdapterName : string
Gets or sets the adapter name.
ViewModel : ConnectorSupportedMessagesPanelViewModel
Gets the ViewModel.
Métodos
Clear()
Clears all messages.
GetSelectedMessageTypes() : IEnumerable<Type>
Gets the selected message types.
Refresh(IEnumerable<ValueTuple<string, Type, bool>>)
Refreshes the messages list.
Eventos
SelectedChanged : EventHandler
Event raised when message selection changes.