I'm trying to get my Sub, named "Whatever" to handle the events raised by two separate controls: a button, and a toolbar. The toolbar is a custom one, and as a result, the signatures of the two are not the same.

Is there anything I can do so that "Whatever" can somehow handle both their events