Hi all,

I am studying up on Events and have a question I couldn't find an answer to.

Let's say I create a number of controls at runtime and use AddHandler to connect the control's Click event to myProcedure at some point. Is there a way to go back later in the code and see what events my procedure is handling? i.e. If myProcedure is handling TextBox1.Click then do something.

I'm not sure why or if I would ever even need to do this but the question popped into my head and I'm just curious.

Thanks for any insight.