Hi,
I need some help on the following:
I need to have the button event fire in code behind, but need also some data updates in the viewmodel.
I see now two options:
Write the data in the code behind into label and have the value than as binding in the viewmodel
or
Have the button event fired in a button Clicked event for code behind and also as Command in viewmodel:
Clicked="SfButton_Clicked"
Command="{Binding ClickClear_BSP}"
I tested both options, both are working, but what would be the best option and is there maybe a better option to go?
Thanks,
Markus
