TaleOfTimes
Newcomer
- Joined
- Dec 20, 2005
- Messages
- 15
hello all!
I need a little help, maybe someone here can help me out.
I have a menu, now, for reasons too long and too irrelevant to write down, I create a toolbox out of said menu. Everything has gone well until I wanted to have the buttons on the toolbox call the same click event as their respective menu item.
So is there even a way to add an EventHandler to the Click event of a new object that points to another object's EventHandler
in pseudocode I suppose it'd be something like this:
newObject.Click = oldObject.Click
Thx
I need a little help, maybe someone here can help me out.
I have a menu, now, for reasons too long and too irrelevant to write down, I create a toolbox out of said menu. Everything has gone well until I wanted to have the buttons on the toolbox call the same click event as their respective menu item.
So is there even a way to add an EventHandler to the Click event of a new object that points to another object's EventHandler
in pseudocode I suppose it'd be something like this:
newObject.Click = oldObject.Click
Thx