Is it possible to get an Entry element's Text and a Picker's selected item in the View Model when a Button on the page is pressed? Essentially I want to pass these values as the button's Command Parameter to the Command in the view model.
↧
Is it possible to get an Entry element's Text and a Picker's selected item in the View Model when a Button on the page is pressed? Essentially I want to pass these values as the button's Command Parameter to the Command in the view model.