You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thanks for your great work. We are starting to use your package but won't be able to use it with already given RelayCommands from the existing viewmodels using the mvvm light framework. Is there a chance to get these two to work together, or do we have to map an ICommand to the RelayCommand in at logic level (viewmodel)? AFAIK, the mvvm light RelayCommand implements the ICommand.
When I use the ListViewSelected-Event with the ICommand (as stated in your samples), everything works fine. Bound to the RelayCommand, nothing gets fired/executed, not even breakpoints are being hitten.
Env: Xamarin Forms 3.2, Android/iOS-Projects, MVVMLight, .net standard 2.0, behaviors 1.4
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello and thanks for your great work. We are starting to use your package but won't be able to use it with already given RelayCommands from the existing viewmodels using the mvvm light framework. Is there a chance to get these two to work together, or do we have to map an ICommand to the RelayCommand in at logic level (viewmodel)? AFAIK, the mvvm light RelayCommand implements the ICommand.
When I use the ListViewSelected-Event with the ICommand (as stated in your samples), everything works fine. Bound to the RelayCommand, nothing gets fired/executed, not even breakpoints are being hitten.
Env: Xamarin Forms 3.2, Android/iOS-Projects, MVVMLight, .net standard 2.0, behaviors 1.4
Many thanks in advance.
The text was updated successfully, but these errors were encountered: