In my WPF application, I have added a TreeView control binding class data to TreeViewItems. I have added a context menu to the treeviewitems. The Handler of the contextMenu is n
Basically I am missing important code here about where is your class with the List, where is the command you bind to ? Furthermore you are using CommandBinding. This is not like a normal event handler. These are two things in WPF. I think you are missing the Property for your command in your DataContext - class.