Victor Gaudioso has a new video tutorial demonstrates how to develop a Behavior that can be attached to objects in or out of Styles that allows you to specify what Method they need to fire.
Recently I had a developer ask me how he could fire an event from the CheckBox that I had put in the Style of the UserControl I gave him.
I thought about it and, the problem is that objects in a Style are not really part of the Visual Tree until the Style is attached at runtime.