WPF: Can't get to original source from ExecutedRoutedEventArgs
- by Ikhail
I have a problem getting to the original source of a command using ExecutedRoutedEventArgs.
I'm creating a simple splitbutton, in which a menu will appear below a dedicated button, as another button is pressed. When I click a menuitem in the appearing menu a command is fired. This command is registered on the splitbutton. And the idea is to get to…