2
Answers

.Net framework questions

ravi

ravi

16y
5.5k
1

 which one of the following do you do in order to obtain a list of all of the methods registered with particular event

1)Implement a custom collection and event accessors

2)use Eventshelper class to get alist of registered methods

3)use a MulticastDelegate instead of an event

4)call GetRegisteredMethods() on the event 

5)call GetInvocationList() on the event 

Answers (2)