How can I find out which control I clicked on in a panel?

Let's say I have 10 indistinguishable buttons on a form, how can I know which one I clicked without having to go into that buttons click event handler (it might not be available)

Thanks,

Squirrelly1