I think GetInvocationList() may get the results you're looking for?
If we are dealing with an "event" rather than a raw "delegate", then
GetInvocationList cannot be called from outside the owner of the event. The
external client can only use += and -= on the event (that's basically what
the event keyword does).
So, unless there is some tricky thing using reflection that I don't know
about, I think the answer here is "no".
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.