FormulaPage
StockSharp.Xaml.Windows.Maui
Formula editor page.
Inherits: ContentPage
Constructors
FormulaPage()
Creates a new FormulaPage.
Properties
ViewModel : FormulaWindowViewModel
Gets the ViewModel.
Methods
ConfirmValidation()
Confirm successful validation.
SetValidationError(string)
Set validation error.
Events
Completed : EventHandler<bool>
Event raised when completed.
ValidateRequested : EventHandler<string>
Event raised to validate formula.