The Component class has a property called Events that returns an EventHandlerList which provides the list of event handlers which can be used to get the event handlers for a control.
However, the ToolStripMenuItem does not inherit Component Control so I can't use that.
I been looking for a similar way to obtain the event handlers of a given ToolStripMenuItem but have been unabe to do so.
I it possible?
However, the ToolStripMenuItem does not inherit
I been looking for a similar way to obtain the event handlers of a given ToolStripMenuItem but have been unabe to do so.
I it possible?
Last edited: