Detecting if a control's event is connected

G

Guest

Hi All,

Is it possible to detect if an event of a control is connected to a function ?
for example, if a Button's Click event is hooked to a function.
If it is, is it possible to get the name of the function ? and how many functions are connected ?

Thanks in advance,

Chaim
 
G

Guest

----- Tom K. wrote: ----

How about checking for the sender object and its Properties

What do u mean by that ?
The Sender is usually the the control (e.g Button) itself and that's where the problem is
I'm trying to check if the control's evebts are connected and to what procedures.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top