Hi

If I connect
thingi.Event += new EventHandler(CallBackFunction);
how can I check wich callback functions are connected to the thingi.Event?

Now I just try to remove every connection and then establish the new one. Is there a better way?


GMarco