tags:

views:

7

answers:

0

I have a search text box and a button named search. Now i have a command associated with button which search data based on text box's text. I want when user press "Enter" key then same thing should happen as click on search button. I am using MVVM pattern so how to do this.