FormulaPage

StockSharp.Xaml.Windows.Maui

Formula editor page.

Наследует: ContentPage

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

FormulaPage()

Creates a new FormulaPage.

Свойства

Formula : string

Gets or sets the formula.

ViewModel : FormulaWindowViewModel

Gets the ViewModel.

Методы

ConfirmValidation()

Confirm successful validation.

SetValidationError(string)

Set validation error.

SetVariables(IEnumerable<FormulaVariableViewModel>)

Set available variables.

События

Completed : EventHandler<bool>

Event raised when completed.

ValidateRequested : EventHandler<string>

Event raised to validate formula.