I have a usercontrol. This usercontrol has a button that when you click on it, It has to get the mouse position for mainWindow and show a message. the problem is that for getting the mouse position, The event has to be a "MouseButtonEventArgs" event but you can only add "RoutedEventArgs" to user control.