I am using MVVM Light toolkit for my WPF application and I would like to know if its possible, when using EventToCommand, to pass multiple parameters to RelayCommand and Is it possible to pass properties of EventArgs instead of passing the whole EventArgs ?
Regards, Nabeel
what if the scenario is
what is on enter key press i need to read the text from the textbox and perform search.
using this I can filter which key has been pressed but how to get that parameter if enter key is pressed in this mvvmlight.