Link Template - Button Click

I’ve added a button to my link template and wired it up to a Delegate Command using Microsoft Prism Commanding

However, I cannot get the actual event to fire. Is there any property that has to be set in order for a button click to fire?

See code below and thanks for the input:

        </go:LinkPanel>
    </DataTemplate>

Normal Button.Click events work fine inside LinkPanels.

I’m surprised the Button.Content is correct for you. Are you setting the DataContext there somehow? But if so, how can the data-binding on Click.Command work, even though it would normally be OK for data-binding in GoXam Parts?