Hello,
I usualy setup the binding in the view in this way:
_viewModel = new UserPageViewModel(mgr);
BindingContext = _viewModel;
What is the same command in the xaml?
The following is not working:
Can someone help?
Hello,
I usualy setup the binding in the view in this way:
_viewModel = new UserPageViewModel(mgr);
BindingContext = _viewModel;
What is the same command in the xaml?
The following is not working:
Can someone help?