StrategiesDashboardView

StockSharp.Xaml.Grids.Maui

Vista de panel para mostrar estrategias como tarjetas en móvil.

Hereda de: ContentView

Constructores

StrategiesDashboardView
public StrategiesDashboardView()
strategiesDashboardView = StrategiesDashboardView()

Crea una nueva instancia.

Propiedades

ViewModel
public StrategiesDashboardViewModel ViewModel { get; set; }
value = strategiesDashboardView.ViewModel
strategiesDashboardView.ViewModel = value

Consigue o establece el ViewModel.

Eventos

SettingsRequested
public event EventHandler<StrategyGridItem> SettingsRequested
strategiesDashboardView.SettingsRequested += handler

Evento planteado cuando se solicitan ajustes de estrategia.

StartRequested
public event EventHandler<StrategyGridItem> StartRequested
strategiesDashboardView.StartRequested += handler

Evento planteado cuando una estrategia pide comenzar.

StopRequested
public event EventHandler<StrategyGridItem> StopRequested
strategiesDashboardView.StopRequested += handler

Evento planteado cuando una estrategia pide parar.

StrategySelected
public event EventHandler<StrategyGridItem> StrategySelected
strategiesDashboardView.StrategySelected += handler

Evento planteado cuando se selecciona una estrategia.

Campos

ViewModelProperty
public static readonly BindableProperty ViewModelProperty
value = StrategiesDashboardView.ViewModelProperty

ViewModel@ bindable property.