Hello Goran,
If you have bound SelectedItem and SelectedItems and have them in your ViewModel, you do not need to define command parameters. You can just get them in this ViewModel in the Execute method of the command.
I would recommend you to take a look at this
blog post for a reference on how to have the SelectedItems in the ViewModel.
All the best,
Maya
the Telerik team