I've got a UserControl that has 3 buttons in it, Add Edit and Delete. Nothing crazy here.
On my parent UserControl, I insert my buttons UserControl. They show up as expected. But I want to bind Commands to each of the buttons from my Parent UserControl. How do I access each of the buttons' paremeters from the Parent UserControl?