Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with RelayCommand (MVVMLight) #21

Open
TheMiller2015 opened this issue Oct 10, 2018 · 0 comments
Open

Compatibility with RelayCommand (MVVMLight) #21

TheMiller2015 opened this issue Oct 10, 2018 · 0 comments

Comments

@TheMiller2015
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant