Ali Mahmoud

Ali Mahmoud

  • NA
  • 55
  • 0

how to define this dictionary in silverlight 4 XAML

Nov 4 2012 12:16 PM
I want to Define Dictionry with the following XAML


Dictionary<Tuple<ModifierKeys, Key>, ICommand> I know I need to create class that inherit IDitionary , byt how to call it or use it withtin the XAML
on the level of the usercontrol , I want to creat shortcutlist , to pass to global behavior that catch keydown in MVVM model , so I want to pass this dictionary to the Behavior to check against