We can use SetBinding to bind a command from code, for example:
_sbSearch.SetBinding (SearchBar.SearchCommandProperty, EntryViewModel.ScanCommandPropertyName);
But how do you bind the CommandParameter and what do you bind it to?
We can use SetBinding to bind a command from code, for example:
_sbSearch.SetBinding (SearchBar.SearchCommandProperty, EntryViewModel.ScanCommandPropertyName);
But how do you bind the CommandParameter and what do you bind it to?