Silverlight Commands Hacks: Passing EventArgs as CommandParameter to DelegateCommand triggered by Ev
- by brainbox
Today I've tried to find a way how 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.public sealed class…