I have about 15 MenuItems and i would like them all to use the same onclick event rather than multicasting a new event handler for each one.

Is this possible? If so, how would my one event handler handle multiple possible object senders? Cast the sender to a MenuItem and act upon it?

Thanks,
-Mario