Xamarin Forms, the MVVMLight Toolkit and I: Command Chaining
I just blogged: Xamarin Forms, the MVVMLight Toolkit and I: Command Chaining #xamarin #xamarinforms #mvvm #mvvmlight
The problem
Sometimes, we want to invoke a method that is available via code for a control. Due to the abstraction of our MVVM application, the ViewModel has no access to all those methods that are available if we would access the control via code. There are several approaches to solve this problem. In one of my recent projects, I needed to invoke a method of a custom control, which should be…
View On WordPress











