Is there some hidden class property which would allow to know this ?
|
If you have access to the actual delegate (if you're using the shorthand For instance:
To get the list of subscribers, you can call:
You can then inspect the The reason this works is because declaring the event as we did above actually does something akin to this:
This is why the event looks different when viewed from within the declaring class compared to anywhere else (including classes that inherit from it). The only public-facing interface is the |
|||
|
|