WPF obtiene el nombre del elemento haciendo clic

FrameworkElement s = sender as FrameworkElement;
string name = s.Name;
Solstice