events
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi! is there a way to read out the assigned eventhandlers of one item and assing them to the event of another item?! i want to clone a menuitem and need the click eventhandlers to assign them to the cloned menutem too. thanks in advance!
Hi when you add the menu item write this code. this.menuItem name.Click += new System.EventHandler(this.eventhandler name); bye:)