Detecting if a control's event is connected

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
----- 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.
 
Back
Top