Question says it all really 🙂
I’m writing a Windows 8 app in XAML/C# using MVVM Light and I’ve noticed the EventToCommand feature hasn’t been implemented yet.
Are there any work arounds for this that anybody can suggest?
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out the EventToCommand behavior written by LocalJoost which uses Reactive Extensions:
http://dotnetbyexample.blogspot.be/2012/07/a-winrt-behavior-to-mimic-eventtocommand.html