A base class for all view models, inheriting from the BindableObject. NOTE: using this class requir...
Holds navigation parameters for the calculator.
Entry? Entry
Entry whose value is being calculated.
CalculatorNavigationArgs(BaseViewModel ViewModel, string Property)
Holds navigation parameters for the calculator.
CalculatorNavigationArgs()
Holds navigation parameters for the calculator.
string? Property
Property containing the value to calculate.
CalculatorNavigationArgs(Entry? Entry)
Holds navigation parameters for the calculator.
BaseViewModel? ViewModel
View model containing a bindable property with the value to calculate.