I have a UserControl that is a button, with certain characteristics, and I have a window that has several of these buttons in their \"normal\" style. On this same window, I hav
An alternative (more of a pure xaml) solution would be to use a default style BasedOn your named style, and adding an EventSetter for the ClickEvent:
1
2
3
A complete generic example for anyone else who runs across this answer:
Your existing code might look like this:
And you can change it to the following: