I\'m trying to get a context menu within a ListBox ItemTemplate to call a method on the parent view model, passing in the item that was clicked on as a parameter. I have thi
Adding to Jason's answer, if you're going to be using the same data context as the control, then you can just bind the DataContext instead of a Tag
$sourceThe actual FrameworkElement that triggered the ActionMessage to be
You can see more info about the $source convention in here: https://caliburnmicro.com/documentation/cheat-sheet