I have a custom action, which is being called on 2 different button clicks. Within the custom action, I would like to find out which button's click event triggered that custom action, similar to the event handlers in .Net where the sender argument will tell us which button was clicked. Is it possible? Please advise.