|
-
Jul 2nd, 2007, 10:15 AM
#1
Thread Starter
Registered User
[RESOLVED] [2005] What events is my procedure handling?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|