R
Ron M. Newman
Hi,
My class has an event to which other classes subscribe (e.g. myevent+=
foreignDelagate). I'd like to find out how many subscribers "myEvent" has.
Up till now I tested it for "null" or '!null" to find out if it has anything
there, but I need an exact number of subscribers. Is there any way to query
it?
Thanks!
-Ron
My class has an event to which other classes subscribe (e.g. myevent+=
foreignDelagate). I'd like to find out how many subscribers "myEvent" has.
Up till now I tested it for "null" or '!null" to find out if it has anything
there, but I need an exact number of subscribers. Is there any way to query
it?
Thanks!
-Ron