Is it possbile to enumerate Methods by Event?



To attach a method to an event, we can use EventInfo.AddEventHandler.

After attached, given an event's name, is it possible to retrieve all
methods attached to it?

Thank you.
.


Loading