How do you get event sender when using RelayCommand?
I was having a similar problem, but only needed to get the EventArgs. Gladly, this was absurdly simple once I found the answer in another thread here at Stack Overflow.
Once you know about that magic "PassEventArgsToCommand" setting, you're golden. Just use a RelayCommand
instead of a plain RelayCommand.
I hope this helps.