In this post Alexey Zakharov is trying to find a way to pass EventArgs as CommandParameter to DelegateCommand triggered by EventTrigger.
By reverse engineering of default InvokeCommandAction I find that blend team just ignores event args.
To resolve this issue I have created my own action for triggering delegate commands.