In my user control I have a button that, when clicked, would raise a custom Routed Event. I\'ve attempted to raise it, but it doesn\'t get fired in the MainWindow.xaml.
You need to call
RaiseEvent(new RoutedEventArgs(AddClickEvent));