Xamarin Forms, the MVVMLight Toolkit and I: Command Chaining
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 ar...